FAQ

Search Discussions

20 discussions - 90 posts

  • Hello, When trying to run a program using mysql++ I get the following error: ./a.out: /usr/lib64/mysql/libmysqlclient.so.15: no version information available (required by ...
    Jerry RoJerry Ro
    Sep 19, 2007 at 1:59 am
    Sep 26, 2007 at 5:04 pm
  • Hi, I've got one of those really frustrating issues. I built mysql++, did the install of the libraries, and tested the sample code. Worked fine. I'm now trying to work on my own project using mysql++ ...
    David SevierDavid Sevier
    Sep 21, 2007 at 6:21 pm
    Sep 22, 2007 at 1:14 am
  • Hello, I'm need SQL Struct ++ with plus 25 fields, but the MySQL++ only implement to 25 fields. I reference sql_create_n(................) Ex. sql_create_#(NAME, COMPCOUNT, SETCOUNT, TYPE1, ITEM1, ...
    Mandy LlanesMandy Llanes
    Sep 10, 2007 at 2:31 pm
    Sep 10, 2007 at 9:42 pm
  • I have written the following code, using a template query. But it goes wrong somehow. I am using VS2005 static std::string vNaam; // etc... mysqlpp::Query qInsRel = con.query(); qInsRel << "INSERT ...
    Maarten SchrijversMaarten Schrijvers
    Sep 27, 2007 at 2:23 pm
    Oct 3, 2007 at 5:37 pm
  • Hello, i define type... typedef vector<std::string StringArray; two atribute off classes are.,... protected: StringArray _types; protected: StringArray _fields; but when i compile, in the link time i ...
    Mandy LlanesMandy Llanes
    Sep 17, 2007 at 4:22 pm
    Sep 18, 2007 at 3:34 pm
  • Hi all, I am using vc++ 2005 Express edition( Windows XP) and need to connect to the database.I got mysql 5.0.45 installed and need to install mysql++ .I am completely new to vc++, mysql .I am new ...
    Siva kumar pudiSiva kumar pudi
    Sep 13, 2007 at 6:03 am
    Sep 13, 2007 at 4:50 pm
  • Thanks Warren for your help, I loaded mysql++.sln, But I 'm not able to build it, I'm strucked with the following errors. Please help me to avoid this error. Thank you siva kumar1 ------ Build ...
    Siva kumar pudiSiva kumar pudi
    Sep 13, 2007 at 10:22 am
    Sep 27, 2007 at 11:39 am
  • Hello, I am trying to add a row to a database. Connection goes fine (I check if connect returns false, and it does not). I use the following simple code: if (!conn.connect("mydb", "localhost", ...
    Jack MonflowerJack Monflower
    Sep 26, 2007 at 9:30 am
    Sep 27, 2007 at 2:14 am
  • I and my brother have problem when compiling a project witht MySQL++. I have installed MySQL 5.0.41 (WinXP) and it's working well. We are using MySQL++-2.2.3. Compiling sample1 project using Visual ...
    Antero MarkkanenAntero Markkanen
    Sep 20, 2007 at 4:49 am
    Sep 20, 2007 at 5:33 pm
  • Hello, I want recovery information for all tables of a database. With mysqlpp::Connection i have the conection to database, but how i can recovery all information for their tables ( fields, type ...
    Mandy LlanesMandy Llanes
    Sep 19, 2007 at 10:49 am
    Sep 20, 2007 at 11:17 am
  • Hi, I am using Fedora Core 6. I can now use mysql C api function in my C++ program, but I tried many methods to install MySQL ++ and use it in my C++ program, but all fails. Please help me I need the ...
    Gevorg HarutyunyanGevorg Harutyunyan
    Sep 12, 2007 at 7:18 pm
    Sep 13, 2007 at 6:50 am
  • Hi, I suppose this is somewhere in the docs, but I can't find a sane way to search for it. So please s.o. hit me with a cluestick: I have this code: readoutTemplate = "insert into readout values "; ...
    Martin DommermuthMartin Dommermuth
    Sep 3, 2007 at 8:42 am
    Sep 3, 2007 at 9:51 am
  • Hi Warren, ./configure needed to have --with-mysql=/usr/local/mysql argument, when building mysql++2.3.2 after installing latest mysql .dmg I couldn't figure out what to do with those m4 files to ...
    Alex BurtonAlex Burton
    Sep 1, 2007 at 5:09 am
    Dec 28, 2007 at 9:45 am
  • Sorry for all the questions lately, I'm pretty new to c++ and much more of a database guy then a pure programmer. Anyway, I have a new problem that I'm struggling with. I created a wrapper to run a ...
    David SevierDavid Sevier
    Sep 28, 2007 at 7:11 pm
    Sep 28, 2007 at 10:13 pm
  • Hi, I managed to solve my problem with the libraries not building properly by adding in some additional includes into my program. So, now at least I can connect to my database. But now I'm having a ...
    David SevierDavid Sevier
    Sep 27, 2007 at 5:01 pm
    Sep 28, 2007 at 3:00 am
  • Hello, I want MySQL API C, no C++ but i not found. Any body know wheree this API? Thank's very much.
    Mandy LlanesMandy Llanes
    Sep 19, 2007 at 2:00 pm
    Sep 19, 2007 at 2:08 pm
  • With de Structs create by sql_create_n(................) i cant insert operate. But when i need JOINT Between two table.....ex. SELECT t1.f1, t2.f3 FROM t1, t2 WHERE t1.f2=t2.f2 .... how create ...
    Mandy LlanesMandy Llanes
    Sep 12, 2007 at 5:38 pm
    Sep 12, 2007 at 9:50 pm
  • I've installed MySQL on my Kubuntu by running: $sudo apt-get install mysql mysql version is: mysql Ver 14.12 Distrib 5.0.38, for pc-linux-gnu (i486) using readline 5.2 I got also MySQL++ sources and ...
    Valentine RozentalValentine Rozental
    Sep 9, 2007 at 8:34 am
    Sep 10, 2007 at 1:38 pm
  • I'm using the mysql++ 2.2.3 libraries on Solaris , Sun0S 5.10. I'm using the version of the libraries with the fix for the Connection- set_option issue that was reported on the MySQL mailing list , ...
    Des SmithDes Smith
    Sep 5, 2007 at 3:02 pm
    Sep 5, 2007 at 5:18 pm
  • Hi, I have a program that uses both boost::threads and mysql++ and I'm getting this: Error in my_thread_global_end(): 1 threads didn't exit ...when the program terminates. I did some googling and it ...
    Hai NguyenHai Nguyen
    Sep 25, 2007 at 7:20 pm
    Sep 25, 2007 at 7:20 pm
Group Navigation
period‹ prev | Sep 2007 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions20
posts90
users23
websitemysql.com
irc#mysql

23 users for September 2007

Warren Young: 30 posts Jim Wallace: 10 posts David Sevier: 8 posts Jerry Ro: 6 posts Mandy Llanes: 6 posts Dale Stewart: 4 posts Graham Reitz: 3 posts Siva kumar pudi: 3 posts Alex Burton: 2 posts Antero Markkanen: 2 posts Gevorg Harutyunyan: 2 posts Jack Monflower: 2 posts Martin Dommermuth: 2 posts Des Smith: 1 post Efstratios Gavves: 1 post Hai Nguyen: 1 post Jonathan Wakely: 1 post Maarten Schrijvers: 1 post Mosaed: 1 post Nils Woetzel: 1 post
show more
Archives