  | | | MySQL++ | 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 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 tUmesh 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. WHi
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 " )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 compiDear 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 manageHi!
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 fI 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 'tyDear 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 carHello
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 dueI 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 fHello
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 defHello 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 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 wI 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 relateHello
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 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 ' stringHi 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 >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_gamedaHi
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.rThe 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 oCan 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 singlI '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(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 inIn 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 sJust 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 streamHello
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 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 < < 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 gettingHi
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 |
|
 |