FAQ

Search Discussions

22 discussions - 81 posts

  • Hello, Quite often, I have code like this: query << "select whatever"; query.storein(wherever); for(it = wherever.begin(); it != wherever.end(); ++it) { DoSomething(*it); } I thought it would be cool ...
    Joel FielderJoel Fielder
    Apr 13, 2007 at 4:24 pm
    Jun 21, 2007 at 8:17 am
  • 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 the ...
    Warren YoungWarren Young
    Apr 12, 2007 at 12:49 am
    Apr 25, 2007 at 5:38 am
  • 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 ...
    A bA b
    Apr 4, 2007 at 5:37 am
    Apr 6, 2007 at 10:21 am
  • Hi, What are people's thoughts on using SSQLS structures in header files? I'd like to define a class with fetches and processes data from a DB. That class has methods which take and return vectors of ...
    Joe HudsonJoe Hudson
    Apr 18, 2007 at 12:25 am
    Jun 21, 2007 at 9:35 pm
  • Hi all, (note that this is my first post to a mailing list, so I hope I am doing it the right way) I am trying to get started with mysql++, and use the examples to try things out. But unfortunately: ...
    Henk te SligteHenk te Sligte
    Apr 27, 2007 at 9:26 am
    Apr 27, 2007 at 10:13 pm
  • Just some fixes to v2.2.2: o Previous version left examples/vstudio/* out of the tarball by accident. o Improved generation of RPM temporary build directory path name generation. Was using a hacked ...
    Warren YoungWarren Young
    Apr 17, 2007 at 3:42 pm
    Apr 26, 2007 at 11:05 am
  • Hello Currently, using NULL in templatized queries isn't possible[1]. Since I need the ability for NULL in templates (user configurable queries which can't be hand-rolled), I invested some time. A ...
    Michael HanselmannMichael Hanselmann
    Apr 15, 2007 at 10:52 pm
    Apr 23, 2007 at 1:30 pm
  • Hi, Just wondered why there is a difference between the query constructors: Query::Query(Connection* c, bool te) : #if defined(_MSC_VER) && !defined(_STLP_VERSION) && !defined(_STLP_VERSION_STR) ...
    Joel FielderJoel Fielder
    Apr 20, 2007 at 12:42 pm
    Apr 20, 2007 at 4:09 pm
  • 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, ...
    Warren YoungWarren Young
    Apr 13, 2007 at 3:50 pm
    Apr 17, 2007 at 11:58 am
  • 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" ); ...
    Marinus Karel tenNapelMarinus Karel tenNapel
    Apr 11, 2007 at 10:03 am
    Apr 12, 2007 at 7:23 am
  • Hi I am a total newbie to SQL! I use debian, I have installed the library, everything is fine except that the following code won't compile #include <mysql++.h #include <iostream #include <iomanip ...
    Andrea GiustoAndrea Giusto
    Apr 15, 2007 at 2:00 am
    Apr 16, 2007 at 4:44 pm
  • 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 ...
    Ronny BremerRonny Bremer
    Apr 10, 2007 at 7:42 am
    Apr 10, 2007 at 12:58 pm
  • I just received a strange linking error. I have searched through all of the archives and never seen it come up. This is with the most recent mysqlpp downloaded and compiled (2.2.3). I am compiling on ...
    Ash PatilAsh Patil
    Apr 27, 2007 at 4:33 pm
    Apr 27, 2007 at 6:47 pm
  • Hi mysql_real_connect open a socket connection to the database. But who closes this connection and when Is this done by mysql_close() or do I have to explicitly close the connection? 171 ...
    Distributed HackersDistributed Hackers
    Apr 26, 2007 at 2:14 am
    Apr 26, 2007 at 11:12 am
  • Hi all, I have a problem. I am using mysql++-1.7.40 and VS 2003. In 2 C++ projects the mysql++ works fine, but now I tried to do a 3rd project and I always get this error: error LNK2005: "public: ...
    PIAČEK RomanPIAČEK Roman
    Apr 24, 2007 at 2:05 pm
    Apr 25, 2007 at 5:42 am
  • Hi, Could anybodt tell me how to install mysqlclient.a library file on linux system as I am struggling to install that. please reply. vamsi. Send a FREE SMS to your friend's mobile from Yahoo! ...
    Vamsi krishnaVamsi krishna
    Apr 21, 2007 at 10:49 pm
    Apr 23, 2007 at 1:41 pm
  • Hello, I just downloaded and unpacked the v2.2.2 distribution a couple of days ago. The examples/vstudio folder does not appear to be included. Is it missing, or have I just lost it somewhere? ...
    Roland HillRoland Hill
    Apr 17, 2007 at 11:28 am
    Apr 17, 2007 at 3:09 pm
  • 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 ...
    Joe HudsonJoe Hudson
    Apr 10, 2007 at 4:12 am
    Apr 10, 2007 at 9:27 am
  • 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 'type' ...
    Alan NilssonAlan Nilsson
    Apr 6, 2007 at 8:35 pm
    Apr 9, 2007 at 9:31 pm
  • We fixed that problem about two and a half years ago, in v1.7.17. Why are you still using the ancient 1.7.9 version? Get the current stuff at http://tangentsoft.net/mysql++/ If you have old code ...
    Warren YoungWarren Young
    Apr 11, 2007 at 4:39 pm
    Apr 11, 2007 at 4:39 pm
  • 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 ...
    Anu Gupta DCSAAnu Gupta DCSA
    Apr 10, 2007 at 5:25 am
    Apr 10, 2007 at 5:25 am
  • 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 ...
    Anu Gupta DCSAAnu Gupta DCSA
    Apr 5, 2007 at 9:56 am
    Apr 5, 2007 at 9:56 am
Group Navigation
period‹ prev | Apr 2007 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions22
posts81
users27
websitemysql.com
irc#mysql

27 users for April 2007

Warren Young: 30 posts Michael Hanselmann: 5 posts Remi Collet: 5 posts Henk te Sligte: 3 posts Joe Hudson: 3 posts Joel Fielder: 3 posts M Imran Siddiqui: 3 posts Roland Hill: 3 posts Anu Gupta DCSA: 2 posts Ash Patil: 2 posts Drew M.: 2 posts Jonathan Wakely: 2 posts Marinus Karel tenNapel: 2 posts Michael Nye: 2 posts Ronny Bremer: 2 posts Reid Madsen: 1 post Alan Nilsson: 1 post Andrea Giusto: 1 post Distributed Hackers: 1 post Jim Wallace: 1 post
show more
Archives