Search Discussions
-
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 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 Sevier
Sep 21, 2007 at 6:21 pm
Sep 22, 2007 at 1:14 am -
6
SQLS
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Nguyen
Sep 25, 2007 at 7:20 pm
Sep 25, 2007 at 7:20 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 20 |
posts | 90 |
users | 23 |
website | mysql.com |
irc | #mysql |
23 users for September 2007
Archives
- July 2014 (20)
- June 2014 (4)
- May 2014 (1)
- April 2014 (1)
- March 2014 (2)
- February 2014 (7)
- January 2014 (24)
- December 2013 (11)
- November 2013 (8)
- October 2013 (1)
- August 2013 (3)
- June 2013 (24)
- May 2013 (7)
- April 2013 (1)
- March 2013 (6)
- January 2013 (6)
- September 2012 (9)
- August 2012 (7)
- July 2012 (2)
- May 2012 (9)
- April 2012 (3)
- March 2012 (6)
- February 2012 (5)
- January 2012 (21)
- December 2011 (8)
- October 2011 (21)
- September 2011 (4)
- August 2011 (21)
- July 2011 (49)
- June 2011 (8)
- May 2011 (28)
- April 2011 (44)
- March 2011 (66)
- February 2011 (19)
- January 2011 (50)
- December 2010 (42)
- November 2010 (21)
- October 2010 (31)
- September 2010 (32)
- August 2010 (27)
- July 2010 (22)
- June 2010 (23)
- May 2010 (29)
- April 2010 (13)
- March 2010 (23)
- February 2010 (18)
- January 2010 (41)
- December 2009 (41)
- November 2009 (64)
- October 2009 (10)
- September 2009 (7)
- August 2009 (31)
- July 2009 (35)
- June 2009 (69)
- May 2009 (41)
- April 2009 (30)
- March 2009 (78)
- February 2009 (64)
- January 2009 (65)
- December 2008 (87)
- November 2008 (102)
- October 2008 (96)
- September 2008 (91)
- August 2008 (98)
- July 2008 (105)
- June 2008 (44)
- May 2008 (62)
- April 2008 (70)
- March 2008 (58)
- February 2008 (62)
- January 2008 (99)
- December 2007 (127)
- November 2007 (63)
- October 2007 (70)
- September 2007 (90)
- August 2007 (124)
- July 2007 (134)
- June 2007 (103)
- May 2007 (45)
- April 2007 (81)
- March 2007 (89)
- February 2007 (72)
- January 2007 (97)
- December 2006 (60)
- November 2006 (95)
- October 2006 (91)
- September 2006 (73)
- August 2006 (65)
- July 2006 (51)
- June 2006 (92)
- May 2006 (37)
- April 2006 (60)
- March 2006 (99)
- February 2006 (90)
- January 2006 (101)
- December 2005 (91)
- November 2005 (155)
- October 2005 (70)
- September 2005 (141)
- August 2005 (158)
- July 2005 (122)
- June 2005 (107)
- May 2005 (154)
- April 2005 (122)
- March 2005 (191)
- February 2005 (87)
- January 2005 (51)
- December 2004 (137)
- November 2004 (149)
- October 2004 (58)
- September 2004 (93)
- August 2004 (124)
- July 2004 (22)
- June 2004 (44)
- May 2004 (75)
- April 2004 (114)
- March 2004 (131)
- February 2004 (169)
- January 2004 (119)
- December 2003 (87)
- November 2003 (74)
- October 2003 (101)
- September 2003 (69)
- August 2003 (98)
- July 2003 (162)
- June 2003 (71)
- May 2003 (80)
- April 2003 (65)
- March 2003 (58)
- February 2003 (24)
- January 2003 (26)
- December 2002 (21)
- November 2002 (72)
- October 2002 (66)
- September 2002 (71)
- August 2002 (43)
- July 2002 (140)
- June 2002 (96)
- May 2002 (119)
- April 2002 (97)
- March 2002 (28)
- February 2002 (20)
- January 2002 (42)
- December 2001 (55)
- November 2001 (35)
- October 2001 (25)
- September 2001 (38)
- August 2001 (50)
- July 2001 (70)
- June 2001 (60)
- May 2001 (73)
- April 2001 (57)
- March 2001 (104)
- February 2001 (60)
- January 2001 (65)
- December 2000 (79)
- November 2000 (59)
- October 2000 (39)
- September 2000 (9)
- August 2000 (16)
- July 2000 (7)
- November 1999 (2)