FAQ

Search Discussions

20 discussions - 73 posts

  • I have a design concern with MySql++, I have multithreaded software that can have 1000 threads simultaneously connecting to a Mysql server At first I made one connection per thread but it quickly ...
    Julien ChavantonJulien Chavanton
    Sep 18, 2006 at 7:27 pm
    Sep 21, 2006 at 12:28 pm
  • I'm trying to get the package installed on Novell SLES-10. Make ran OK once I provided the correct paths for the include and library files for mysql. However, when I try to run the examples, I get ...
    Gary AndersonGary Anderson
    Sep 25, 2006 at 9:15 pm
    Sep 27, 2006 at 12:48 am
  • Hi I'm trying to buil latest mysql++ with Visual studio 2005 an getting following error. Compiling... connection.cpp .\connection.cpp(165) : error C2065: 'ulong' : undeclared identifier ...
    Thomas SchneiderThomas Schneider
    Sep 11, 2006 at 11:26 am
    Sep 14, 2006 at 5:22 pm
  • It is true. Attempt to use regular MySql C API without success with Borland 5.02. I cannot compile also the most simple example of the official source distribuited with mysql daemon inst. Is g++ the ...
    M MescoliM Mescoli
    Sep 28, 2006 at 2:47 pm
    Sep 29, 2006 at 7:54 pm
  • Hi, I wanted to read and write a C++ structure to the DB. I went through the example given and from this sinppet of code I got from the user mannual, had a small Q. I thought that std::string is a /0 ...
    Ankur G35 SaxenaAnkur G35 Saxena
    Sep 24, 2006 at 2:13 am
    Sep 26, 2006 at 12:11 pm
  • When there is a problem with a connection the next time we call a function like mysql_query() or mysql_ping() it does report an error witch is fine but if I call 2 function in a row before reseting ...
    Julien ChavantonJulien Chavanton
    Sep 25, 2006 at 1:38 pm
    Sep 26, 2006 at 7:37 am
  • I have a daemon running 24/7 that uses the mysql++ package to connect to my database. It works great but after it passes the wait_timeout of the server it, of course, spits out a "MYSQL SERVER HAS ...
    Bryan SeayBryan Seay
    Sep 7, 2006 at 3:25 pm
    Sep 21, 2006 at 11:14 am
  • Hi We are starting to migrate our databases to MySQL and intend using the MySQL++ wrapper. I have searched the documentation and mailing list archive and could not find information on which versions ...
    Stuart BrownStuart Brown
    Sep 15, 2006 at 12:03 pm
    Sep 18, 2006 at 11:47 am
  • MySQL++ didn't do some of the things I wanted it to do, so I wound up writing my own wrapper for MySQL. But I think it would be good if these could be added to MySQL++, but I'm not sure if they would ...
    Jim LangstonJim Langston
    Sep 26, 2006 at 5:11 pm
    Sep 28, 2006 at 11:32 am
  • Hi, Can you please post this question: I have a table 'Person' with column 'age' that allows NULL. How can I use SSQLS to read that table and return '0' for age if age is 'NULL'? What type do I need ...
    Urscheler, Roger (COM Chantry CA)Urscheler, Roger (COM Chantry CA)
    Sep 28, 2006 at 4:18 pm
    Sep 29, 2006 at 12:21 pm
  • I would teach to my students basic SQL using C language with minimal set of prerequisites: input output from dos shell, simple development environment. In my school we adopt Borland C 5.02. My ...
    Marco MescoliMarco Mescoli
    Sep 25, 2006 at 11:18 am
    Sep 26, 2006 at 7:34 am
  • Hi I've a big query to execute.There is a way to speed up with mysql++ whitout modify teh SQL? ********************************************************************** The information in this message ...
    Paoletti VincenzoPaoletti Vincenzo
    Sep 4, 2006 at 11:25 am
    Sep 6, 2006 at 3:18 pm
  • To whom it may concern: There is a bug in mysql++-2.1.1's configure.ac file that was not in mysql++-2.0x. The thread has to do with not using the mysqlcient_r library even thought ...
    David McLaughlinDavid McLaughlin
    Sep 1, 2006 at 4:23 pm
    Jan 12, 2007 at 6:47 pm
  • Hi I have a program which uses multiple threads, each thread has its own connection object, so no sharing is happening there. Now I have a library called DBAccess which is basically all the functions ...
    Ankur G35 SaxenaAnkur G35 Saxena
    Sep 28, 2006 at 11:58 pm
    Sep 29, 2006 at 9:00 pm
  • MSQLPP newbie question here. I have a recordset. I need to display the columns names along with the rows. Any good hint? Thank you -- *Andrea Fastame* [email protected] System S.r.l. - ...
    Andrea FastameAndrea Fastame
    Sep 26, 2006 at 10:20 am
    Sep 27, 2006 at 12:49 am
  • Hi I am using MySQL++ extensively in my code and I just made some modifications which now uses a ton of stl maps and vectors and strings. When I first did this, my code would core dump and after ...
    Ankur G35 SaxenaAnkur G35 Saxena
    Sep 16, 2006 at 7:41 am
    Sep 18, 2006 at 11:44 am
  • I got unresolved external on Connection::ping() since it wasn't exported from the DLL. I added MYSQLPP_EXPORT to fix it. Where is MySql++ now? I went to get the latest code to see if this was fixed, ...
    Jim WallaceJim Wallace
    Sep 7, 2006 at 1:50 pm
    Sep 7, 2006 at 2:37 pm
  • Hi I'm new to the mysql. I'm using 4.1.20 libraries(mainly libmysqlclient.a) and associated header files. These are all 'c', APIs. I would like to download the source codes for the above libraries ...
    Krishna PrasanthKrishna Prasanth
    Sep 7, 2006 at 11:57 am
    Sep 7, 2006 at 12:15 pm
  • While searching for an example of using ssql with blob data, I came across the following thread: http://lists.mysql.com/plusplus/5208 Since the nature of my data could potentially lead me to the same ...
    Troutman, Andrew T CIV NAVAIRTroutman, Andrew T CIV NAVAIR
    Sep 1, 2006 at 7:02 pm
    Sep 5, 2006 at 8:57 pm
  • Hi, I want to use data binding but I cannot figure out whether mySQL++ supports it? mySQL C API supports it , but it has a big ---- : it does NOT support vector data binding for prepared statements. ...
    Mr.Dragomir StanchevMr.Dragomir Stanchev
    Sep 25, 2006 at 7:43 am
    Sep 25, 2006 at 7:43 am
Group Navigation
period‹ prev | Sep 2006 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions20
posts73
users25
websitemysql.com
irc#mysql

25 users for September 2006

Warren Young: 24 posts Julien Chavanton: 9 posts Matt Dargavel: 5 posts Ankur G35 Saxena: 3 posts Bill K: 3 posts Gary Anderson: 3 posts Bryan Seay: 2 posts Jim Langston: 2 posts Jim Wallace: 2 posts Marco Mescoli: 2 posts Mueller, Martin C.: 2 posts Paoletti Vincenzo: 2 posts Stuart Brown: 2 posts Andrea Fastame: 1 post Bruce Keats: 1 post Carlos Flores: 1 post David McLaughlin: 1 post Krishna Prasanth: 1 post Marco A. Ramos: 1 post Mr.Dragomir Stanchev: 1 post
show more
Archives