Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL++
Page 31 of 46 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  

how to compile library in mingw32

I 'm a green-hand I try to run msys.bat and enter ./configure --mysql /d/software/mysql but the error is told "checking for mysql library directory ... configure error Didn 't find the mysql

Possible bug? subscript_iterator::operator- >()

Hi I was reading the source code to figure out how iterators exactly work on Result objects since I knew I used them before. Apparently my projects only use operator*(). Consider the follow

Wishlist item: Automatic conversion from ColData to bool

I often store booleans (MySQL type BOOL alias for TINYINT(1)). So it would be very nice to have an automatic conversion from ColData to bool so I in my programs can write someting like Ro

Exception flags not working as described in the manual (patch attached)

Hi As a new user of mysql++ I have been surprised by the way the exception flags works. The User Manual says The state of the object 's exception enabling flag is passed down to chi

Optimization of Row (patch attached)

Hi When a Row object is constructed it will copy all data of the fetched row of type MYSQL_ROW to a vector of std string. That seems to me as unnecessary use of time and memory. The row data i

Makefile.simple missing custom5

Minor cleanup patch for the simple example makefile. - Chris Index software/mysql++/examples/Makefile.simple diff -u software/mysql++/examples/Makefile.simple 1.1.1.5 software/mysql++/examples

RELEASE: v1.7.40

This is a monster release! Most of it 's documentation but there 's a fair bit of functional change too o Multiple item form of insert() now works if you 're using the SQLQuery class

Tentative v2.0 plans

The biggest piece in the new 1.7.40 release is the new reference manual documentation. I 've spent nearly every working hour for the past 3 weeks since 1.7.35 was released adding material to the doc

Subject: Issue when compiling...

I am trying to compile some code and I seem to be running into a whole lot of problems. Searching with google has been fruitless. Maybe some of you might have an idea of what this means or

Newbie Question: Create statically linked executable

On Wed May 25 2005 at 08 56 39PM +0800 Willy K ' wrote > g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c > application.cpp > g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c > ut

Newbie Question: Create statically linked
executable

I am trying link a static executable. I use the following on linking g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c application.cpp g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c

MySQL++ and VS .NET 2005 Beta 2

Hello everyone. Here is what I 'm using Windows XP Pro Visual Studio .NET 2005 Beta 2 MySQL Server ver. 5.0.4 Beta MySQL++ ver 1.7.35 I am trying to incorporate MySQL++ and Windows F

Can you have more than one active mysqlpp::Connection object?

Hi I am working on a program to do analysis of data from the Wikipedia (http //wikipedia.org) database using MySQL++. The program reads a very large result (up to several gigabytes) from the

Subject: SSL support in mysql++?

Hi all I 'm a new C++ programmer and I need to make a connection to a MySQL server. I 'd like to know if mysqlpp library has SSL connection support in the source tree I 've downloaded I can 't find an

custom1 example compilation problem

Hy there just trying to compile the mysql++-1.7.35 with the following error source 'custom1.cpp ' object 'custom1.o ' libtool no \ depfile '.deps/custom1.Po ' tmpdepfile '.deps/custom1.TPo ' \ d

custum1 example compilation problem

Hy there just trying to compile the mysql++-1.7.35 with the following error source 'custom1.cpp ' object 'custom1.o ' libtool no \ depfile '.deps/custom1.Po ' tmpdepfile '.deps/custom1.TPo ' \ d

Getting Locking errors with simple query call ???

Hello everyone I 'm just trying to grab one column of information and I keep getting the exception thrown by this snippet of code in coonection.cpp if (lock()) { if (throw_excptns) { throw

Subject: winsock.h not found...

when i build the example sample1 in visual c++ 2005 it says winsock.h not found how do i solve this?

Missing implementation for value_list(vector <bool >*...)

Hi I 'm learning about SSQL 's and want to use the equal_list method with the vector <bool >* signature. The following example...

Spelunkers wanted

In another thread some of those of us who have been using MySQL++ the longest were shown something about MySQL++ that we didn 't even know existed. Since one of the big pushes recently has been b

Patch for const bug in mysql_dt_base::operator std::string ()

Hi The type conversion operator to std string in mysql_dt_base (datetime.h) should be declared const. Otherwise it leads to compilation bugs with SSQL 's that have a field of Date type which is

documentation and type_info fix

Hi Below is a patch that contains a couple suggested documentation changes as well as an explanation of how the type system works in type_info.{h cpp}. The documentation describes what I was

Subject: custom5.cpp example

Here 's the equal_list() example based on Mark Merendino 's email split out into its own file custom5.cpp. - Chris Index software/mysql++/examples/Makefile.am diff -u software/mysql++/examp

Subject: Documentation license

Noticed this in the diffs from 1.7.34 to 1.7.35 in the Wishlist @@ -103 7 +114 8 @@ also floating point precision item in previous section. o Attribution and licensing needs

Question about change in query.h

I 'm reading through the diffs from 1.7.32 to 1.7.33 and noticed the following change in lib/query.h @@ -11 13 +30 11 @@ #include <mysql.h > #define mysql_query_define1(RETURN FUNC) \ - RE

Re: equal_list() using a bool vector

On Tue May 10 2005 at 11 10 31AM -0600 Warren Young wrote > Also can you explain what you found in the library that prevented your > example code from working in the first place? I.e. precis

Bad handshake

Hello everyone. Using latest mysql++ and MySQL 5.0.4 Windows XP VisualStudio .NET 2003 utilizing Windows Forms. Able to connect to mysql only with empty params mysqlpp Connec

OS X compilation

I 'm trying to work with mysql 4.1.10 mac OS 10.3.9 and mysql++1.7.35. The installation seemed to go correctly once I told it where to find mysql (installed by Fink). But... The examples crash

Re: Why using 'mysql_config --include ' as gcc argument in bash will
get an err

zlf wrote > Hi all > I am using 'mysql_config ' to produce g++ argument. > However execute [g++ -c testMain.cpp 'mysql_config --include '] will get > an error message [mysql_config --incl

Why using 'mysql_config --include ' as gcc argument in bash will get an error mes

Hi all I am using 'mysql_config ' to produce g++ argument. However execute [g++ -c testMain.cpp 'mysql_config --include '] will get an error message [mysql_config --include No such file or
Page 31 of 46 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10