FAQ

Search Discussions

21 discussions - 97 posts

  • I'm closing in on a v2.2 release. Here's the current list of things remaining, all of which are polishing matters, and (hopefully) small bug fixes: o We probably don't need both platform.h and ...
    Warren YoungWarren Young
    Jan 9, 2007 at 1:36 pm
    Jan 12, 2007 at 8:36 pm
  • Hello I've compile and install svn version and have got some troubles: i've code like this Query q; q << "..."; cerr << q.preview() << endl; q.execute(); On 2.1.1 it was ok, but now it (sometimes) ...
    Королев ИльяКоролев Илья
    Jan 24, 2007 at 2:51 pm
    Feb 1, 2007 at 2:12 pm
  • Hi, I have a multi-threaded application with a threadpool where each thread has its own connection (and query and row objects). I did set the 'reconnect' and 'multi statement' options. Once a while ...
    Urscheler, Roger (COM Chantry CA)Urscheler, Roger (COM Chantry CA)
    Jan 17, 2007 at 2:49 pm
    Jan 17, 2007 at 7:15 pm
  • I noticed that FC5, FC6, etc support mysql 5. There also appears to be perl support for mysql 5. Are there any plans to add mysql++ library support in FC5, FC6 or future Fedora releases? Bruce
    Bruce KeatsBruce Keats
    Jan 18, 2007 at 4:22 pm
    Jan 23, 2007 at 2:35 pm
  • It's been a long time coming, but here it is. Changes so far relative to v2.1.1: o ColData, const_string, and SQLString can now be constructed with an explicit length parameter. Furthermore, Query ...
    Warren YoungWarren Young
    Jan 12, 2007 at 9:10 pm
    Jan 27, 2007 at 2:55 pm
  • Hi, I've searched all over the internet for information about inserting data into blob fields, and I've looked at the mysql++ examples. However I still can't seem to solve my problem, so I'm posting ...
    Daniel ThorpeDaniel Thorpe
    Jan 7, 2007 at 3:45 pm
    Jan 9, 2007 at 12:43 pm
  • Hello, I seem to have troubles building the files in the /lib and /examples directories. I am using Visual C++ Express, and after I open and convert the .dsw file to .vcproj, I get the error appended ...
    Klaus BennerKlaus Benner
    Jan 11, 2007 at 11:56 pm
    Jan 12, 2007 at 3:05 am
  • I would appreciate if anybody could help me install mysql++ I am getting follwoing error. My mysql version is 5.0.24 bash-3.00$ cd mysql++-2.1.1/ bash-3.00$ make install (cd lib && make all) make[1]: ...
    Munira AhmedMunira Ahmed
    Jan 10, 2007 at 10:49 am
    Jan 12, 2007 at 3:03 am
  • The mysqlpp::Query class member function str() returns a std::string containing a null byte. I realize this is the actual documented behavior of the function, but this runs contrary to the normal use ...
    Robert MecklenburgRobert Mecklenburg
    Jan 8, 2007 at 5:38 pm
    Jan 9, 2007 at 12:33 pm
  • Hi, I have just installed mysql++ 2.2.0 with vs2003 RTL This generates the following compiler error: lib\datetime.cpp(194): error C3861: 'localtime_s': identifier not found, even with ...
    Jones, Martin \(London\)Jones, Martin \(London\)
    Jan 24, 2007 at 6:35 pm
    Jan 24, 2007 at 8:31 pm
  • Hello everyone, I'm running Microsoft Visual Studio 2005.net, I also have installed mySQL 5.0 and mySQL++2.1.1. I followed the instructions in the vc read me supplied in mySQL++. I also looked at the ...
    CORY S SANCHEZCORY S SANCHEZ
    Jan 22, 2007 at 12:20 am
    Jan 22, 2007 at 12:23 pm
  • I am using template queries and want to set a string parameter to NULL. How do I do that? This does not work: query.def["col1"] = mysqlpp::null; query.def["col1"] = NULL; Thanks, Roger
    Urscheler, Roger (COM Chantry CA)Urscheler, Roger (COM Chantry CA)
    Jan 18, 2007 at 3:54 pm
    Jan 18, 2007 at 8:57 pm
  • Hallo, i tried use the mysql++ api, but i got some problems i can't solve. One of the problems is with header files like winsock.h, windows.h and win.h. They aren't come with VCE, can't find them on ...
    Oliver HinkenOliver Hinken
    Jan 18, 2007 at 3:47 pm
    Jan 18, 2007 at 3:58 pm
  • Hi everybody, Im have a strange problem. My programm is multithreaded and has different MySQL Connections on a per thread basis. This works very well. But now i have rewriten a part of my code which ...
    Manuel JungManuel Jung
    Jan 15, 2007 at 9:15 pm
    Jan 17, 2007 at 5:02 am
  • I am trying to build from svn on an intel OS X box, and I get the following error: /Users/lasto/Downloads/mysqlpp/bk-deps g++ -c -o mysqlpp_vallist.o - I. -dynamic -fPIC -DPIC ...
    Michael JohnstonMichael Johnston
    Jan 12, 2007 at 1:00 am
    Jan 12, 2007 at 12:15 pm
  • Hello, I've a question regarding the VARBINARY field type. I'm using MySQL 5.0.27 and mysql++-2.1.1. Can I insert binary data, it means a string of unsigned chars, with values in the range 0 - 255 in ...
    Frantisek KaduchFrantisek Kaduch
    Jan 8, 2007 at 12:34 pm
    Jan 9, 2007 at 12:30 pm
  • At long last, v2.2.0 is here. There is only one minor bug fix since the beta, but if you didn't see the previous announcement, here's the change list since v2.1.1: o ColData, const_string, and ...
    Warren YoungWarren Young
    Jan 23, 2007 at 9:45 pm
    Jan 23, 2007 at 9:45 pm
  • Patience, my man. I'm literally in the process of updating the site right now. You can check for link integrity once the RELEASE message hits the list. :)
    Warren YoungWarren Young
    Jan 23, 2007 at 8:44 pm
    Jan 23, 2007 at 8:44 pm
  • I was doing the same thing, just using MySQL on the other thread, but since MySQL++ isn't MT, you really need to use the mysql api calls to setup threading. The online doc does a good job, but here's ...
    Jim WallaceJim Wallace
    Jan 17, 2007 at 5:24 pm
    Jan 17, 2007 at 5:24 pm
  • Forwarded to the list by request, - Chris ----- Forwarded message from Jonathan Wakely <[email protected] ----- Date: Fri, 12 Jan 2007 20:51:16 +0000 From: "Jonathan Wakely" ...
    Chris FreyChris Frey
    Jan 16, 2007 at 5:37 am
    Jan 16, 2007 at 5:37 am
  • I ran into the same problem as Elias. I'm also running Ubuntu, but I'm using the source files. The trouble- shooting test proposed by Warren (using mysqlpp::cchar x = 29;) built without a hitch. If ...
    Ian MillerIan Miller
    Jan 1, 2007 at 10:41 pm
    Jan 1, 2007 at 10:41 pm
Group Navigation
period‹ prev | Jan 2007 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions21
posts97
users28
websitemysql.com
irc#mysql

28 users for January 2007

Warren Young: 33 posts Gary clark: 8 posts Matt Dargavel: 7 posts Jim Wallace: 4 posts Manuel Jung: 4 posts Robert Mecklenburg: 4 posts Urscheler, Roger (COM Chantry CA): 4 posts Королев Илья: 4 posts Owen nirvana: 3 posts Pedro Lamarão: 3 posts Bill K: 2 posts Bruce Keats: 2 posts Chris Frey: 2 posts Joel Fielder: 2 posts Munira Ahmed: 2 posts CORY S SANCHEZ: 1 post Daniel Thorpe: 1 post Drew M.: 1 post Frantisek Kaduch: 1 post Ian Miller: 1 post
show more
Archives