FAQ

Search Discussions

12 discussions - 69 posts

  • I'm wondering why you do this: connection- set_option(new mysqlpp::FoundRowsOption(true)); rather than something like this: connection- set_option(mysqlpp::FoundRowsOption(true)); or ...
    Kevin ReganKevin Regan
    Jun 5, 2009 at 11:01 pm
    Jun 15, 2009 at 11:17 pm
  • The MYSQL_OPT_RECONNECT (see below) has a problem before MySQL v5.1.6. The option is reset by mysql_real_connect. Therefore, it must be set after the connection is established. However, MySQL++ has ...
    Kevin ReganKevin Regan
    Jun 14, 2009 at 1:58 am
    Jun 26, 2009 at 11:36 am
  • Hi all I get errors when trying to build from svn trunk on a linux/gcc4.4 Versions:. aclocal (GNU automake) 1.10,automake (GNU automake) 1.10, autoheader (GNU Autoconf) 2.61, autoconf (GNU Autoconf) ...
    Adrian CornishAdrian Cornish
    Jun 9, 2009 at 4:08 pm
    Jun 15, 2009 at 10:57 pm
  • Hi All, I am just trying out mysql++ for the first time (fantastic bit of code) and I think I have discovered a small bug. When creating tables with the ssql macro sql_create - It isnt quoting the ...
    Adrian CornishAdrian Cornish
    Jun 8, 2009 at 7:05 pm
    Jun 11, 2009 at 12:27 am
  • When I switched from version 2.3.2 to version 3.0, I updated the error handling according to some text I read in the documentation. However, I have recently found out that this code does not behave ...
    Martin DubucMartin Dubuc
    Jun 5, 2009 at 8:03 pm
    May 18, 2010 at 12:54 am
  • I have developed a UDF to return an exception should certain criteria happen from a stored procedure. In testing with mysql++ 3.0.9, I am unable to capture that exception, and the API thinks that the ...
    Buch, BillBuch, Bill
    Jun 24, 2009 at 8:55 pm
    Jun 25, 2009 at 9:28 pm
  • Hi, I have a API that my application uses which intern uses mysql++ api. I keep getting core dumps at certain point where I have enclosed the code with try and catch. Makes no sense. Please help. ...
    Ankur SaxenaAnkur Saxena
    Jun 22, 2009 at 2:46 pm
    Jun 25, 2009 at 5:43 am
  • I am trying to put together a general purpose query template function using equal_list. I want to query using different fields in the object. For example "select * from test where fkey=1". This ...
    Dan Cook (dancook)Dan Cook (dancook)
    Jun 20, 2009 at 9:50 pm
    Jun 30, 2009 at 3:54 pm
  • I am trying to insert binary data into a table. Per Warren's suggestion I am modeling a BINARY(8) as a sql_blob object in SSQLS and I need to know if I am doing something fundamentally wrong or if ...
    Dan CookDan Cook
    Jun 12, 2009 at 10:28 pm
    Jun 15, 2009 at 11:41 pm
  • Hi, I recently upgraded my mysql version on my gentoo HTPC (uses mythtv) and I can no longer access the mysql database from my laptop using a client application I wrote with mysql++. Previously it ...
    DazedNConfused71DazedNConfused71
    Jun 1, 2009 at 11:38 am
    Jun 1, 2009 at 3:42 pm
  • Looking through my code (written by someone else), I'm seeing that we are using a std::ostringstream to build up arguments to a stored procedure. We than call "str()" on that stream and insert the ...
    Kevin ReganKevin Regan
    Jun 15, 2009 at 9:16 pm
    Jun 15, 2009 at 9:16 pm
  • Warren, I maintain the mysql++ package for Athena. I can assure you that mysql++ 3.0.9 is in Debian, as I uploaded it myself on April 19th. If you look at the package page [0], you will see that ...
    Roberto C. SánchezRoberto C. Sánchez
    Jun 4, 2009 at 12:56 am
    Jun 4, 2009 at 12:56 am
Group Navigation
period‹ prev | Jun 2009 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions12
posts69
users14
websitemysql.com
irc#mysql
Archives