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 13 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

RELEASE: v2.2.2

Yes it 's finally out the Friday the Thirteenth Nervousmaking Release v2.2.2. There 's a lot in this supposedly "minor " release but most of the changes aren 't in the library itself. The examples

MySQL++ v2.2.2 release imminent

Just a heads-up I intend to release v2.2.2 in the next few days. I 'd release it now but I 'm waiting on CentOS 5.0 to hit the mirrors first. This gives y 'all one final chance to test it before t

Subject: Re: Mysql doubt..Pls help

Umesh Menon wrote > > ' 'error too few arguments to function `int > mysql_shutdown(MYSQL* mysql_enum_shutdown_level) ' " error. We fixed that problem about two and a half years ago in v1.7.17. W

connect and cchar

Hi I want to create a connection to a mysql database with the use of some variables. The problem is that these variables are Glib ustring. Example Glib ustring host settings.get_key( "host " )

Compile error with Metrowerks Codewarrior

Hi there I have searched the mailing list for several hours and obviously the issue I am having is known. However the default solution "upgrade you GCC compiler " does not help me cause the compi

A Study on Free/Open Source Software Defect Management

Dear Free/Open Source Contributots I am really thankful to Free/Open Source Software development community for their overwhelming response to the survey on practices and problems of defect manage

linking mysql++

Hi! This is my first post on this list. hello! I 'm trying to use mysql++ and run the example programs. I 'm running OS X 10.4 using Eclipse 3.2. the link error I get is /usr/bin/ld can 't locate f

API data type constants are incorrect

I realize this is the C++ mailing list but I could find no list devoted to the straight C API so I am asking here. I have noticed that when using the C API that in certain instances the field 'ty

A Survey on Defect Management Practices in Free/Open Source Software

Dear Mysql Contributors I seek help from designers developers testers defect fixers project managers or playing any other key role in Free/Open Source software development or maintenence in car

bulk insert optimization required

Hello Currently i am using mysql++ for bulk insert. mysql++ only let me insert 2 000 000 records in approximately 2 minutes with the help of mysqlpp query insert(iterator iterator) method. But due

Subject: VC++ express 2005 and msql++

I am trying to use msql++ with VC++ express 2005 and I have read through the README.vc where it mentions that one has to turn 'managed extensions ' off. Is this still the case i.e. can I use windows f

Conceptual issue in mysql++ 2.2.x (use(), store(), execute())

Hello Starting with 2.2.x mysql++ contains more variants of the use() store() and execute() functions. One of these takes a single parameter of "const SQLString& ". If there 's only one parameter def

Subject: Problems with Visual C++

Hello all I 'm trying to make a Windows Form program in Visual C++ that can interact with a mySQL database but am having difficulties getting mySQL++ to work with a project with a windows form in

dumping large binary file in database

Hello all Is it possible to read data for a table from a binary file? I know it is possible to do it with ASCII (CSV?) files (though I don 't know how to do it with MySQL++). Nevertheless since I w

Subject: programmatic mysqldump

I have a process where I am updating a 75-million record weekly. The update adds some new records and changes others. The customer 's desire is to keep a versioned backup of this and 4 other relate

Error in my_thread_global_end()

Hello I 've compiled mysql++-2.2.1 under mingw. The examples work except I always get the following error Error in my_thread_global_end() 1 threads didn 't exit Is it a common error? Does anyone

Why does ColData need two strings for the same data?

Hi wandering through the mysql++ source looking for why accessing blob data threw exceptions (which has nothing further to do with this message) I noticed the ColData template copying the 'c ' string

Subject: Problem with VC++ 2005

Hi all I am having problem linking (?) the mysqlpp.dll using the converted dsw found in the zip. I get about 300 such messges 1 > Creating library Debug\mysqlpp.lib and object Debug\mysqlpp.exp 1 >

does 'AS ' work?

hi i use the following query query2 < < "SELECT show_data.id AS showid show_data.player AS player (2 * player_gamedata.str * player_gamedata.tech) AS att (2 * player_gamedata.dex * player_gameda

error while loading shared libraries

Hi I am novice to mysql++.I want to use mysql with c++. I have installed the following on linux-2.4.21-ECGL 1)mysql-client-standard-5.0.27-0.rhel3.i386.rpm 2)mysql-server-standard-5.0.27-0.r

RPM packaging and library versioning

The RPM packaging has been a bit of a problem for me as well with binaries or srpms. First of all libmysqlpp.so itself (the symlink) doesn 't show up as a file owned by the package because it 's o

Mysqlpp 2.2.1 template problem

Can anybody tell me why I cannot call a SP with a single parameter with index 0? I have a stored procedure that takes a single IN parameter of type VARCHAR(255). It seems that when havng only a singl

RPM packaging and library versioning.

I 'm working on the RPM packaging of MySQL++ (for Fedora) In the provided specfile we can see ... mv $LIBDIR/*.so $LIBDIR/libmysqlpp.so.%{version} ... ln -sf /usr/lib/libmysqlpp.so.%{vers

examples/dbinfo fails because of Query::preview() null byte addition ...

(just for folks getting started with MySQL++ and seeing failures in the examples) There is a known issue with Query str() adding a null byte which is apparently documented behavior to be fixed in

Why are the library RPMs smaller?

In building the v2.2.1 RPMs I noticed that the size of the library RPMs are about 1/8 what they used to be. I don 't recall making a change in the last month that would affect this but obviously s

RELEASE: v2.2.1

Just bug fixes this time o Fixed the new localtime() alternative selection code for VS2003 and various uses of STLport. o No longer inserting a null character into the query stream

SSL Connection error

Hello I am working on a mysql++ application which has to connect to a MySQL server. I would like to use SSL secured connections but I get an SSL connection error and I can 't find out why. Here is

How to overcome a runtime error when there is no matching in database

Dear All Using win32 C++ with MySQL++ 2.2.0. I am trying to query my data base using SSQLS. I am successfully retrieving the information from my database using the following command Cout < <

Subject: Building 2.2.0 statically

Dear All I 've been trying to compile the most recent libmysqlpp statically by giving the "--enable-static " flag to the configure script. (I 'm not passing any other flags.) However I keep getting

UPDATE routine giving exception

Hi I use to have in 2.1.1 the following statement try { mysqlpp Query query _con.query() query < < "UPDATE clienttransfer SET seq 1 " < <endl cout < < query.preview() < < endl que
Page 13 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10