Search Discussions
-
I have a design concern with MySql++, I have multithreaded software that can have 1000 threads simultaneously connecting to a Mysql server At first I made one connection per thread but it quickly ...
Julien Chavanton
Sep 18, 2006 at 7:27 pm
Sep 21, 2006 at 12:28 pm -
I'm trying to get the package installed on Novell SLES-10. Make ran OK once I provided the correct paths for the include and library files for mysql. However, when I try to run the examples, I get ...
Gary Anderson
Sep 25, 2006 at 9:15 pm
Sep 27, 2006 at 12:48 am -
Hi I'm trying to buil latest mysql++ with Visual studio 2005 an getting following error. Compiling... connection.cpp .\connection.cpp(165) : error C2065: 'ulong' : undeclared identifier ...
Thomas Schneider
Sep 11, 2006 at 11:26 am
Sep 14, 2006 at 5:22 pm -
It is true. Attempt to use regular MySql C API without success with Borland 5.02. I cannot compile also the most simple example of the official source distribuited with mysql daemon inst. Is g++ the ...
M Mescoli
Sep 28, 2006 at 2:47 pm
Sep 29, 2006 at 7:54 pm -
Hi, I wanted to read and write a C++ structure to the DB. I went through the example given and from this sinppet of code I got from the user mannual, had a small Q. I thought that std::string is a /0 ...
Ankur G35 Saxena
Sep 24, 2006 at 2:13 am
Sep 26, 2006 at 12:11 pm -
When there is a problem with a connection the next time we call a function like mysql_query() or mysql_ping() it does report an error witch is fine but if I call 2 function in a row before reseting ...
Julien Chavanton
Sep 25, 2006 at 1:38 pm
Sep 26, 2006 at 7:37 am -
I have a daemon running 24/7 that uses the mysql++ package to connect to my database. It works great but after it passes the wait_timeout of the server it, of course, spits out a "MYSQL SERVER HAS ...
Bryan Seay
Sep 7, 2006 at 3:25 pm
Sep 21, 2006 at 11:14 am -
Hi We are starting to migrate our databases to MySQL and intend using the MySQL++ wrapper. I have searched the documentation and mailing list archive and could not find information on which versions ...
Stuart Brown
Sep 15, 2006 at 12:03 pm
Sep 18, 2006 at 11:47 am -
MySQL++ didn't do some of the things I wanted it to do, so I wound up writing my own wrapper for MySQL. But I think it would be good if these could be added to MySQL++, but I'm not sure if they would ...
Jim Langston
Sep 26, 2006 at 5:11 pm
Sep 28, 2006 at 11:32 am -
Hi, Can you please post this question: I have a table 'Person' with column 'age' that allows NULL. How can I use SSQLS to read that table and return '0' for age if age is 'NULL'? What type do I need ...
Urscheler, Roger (COM Chantry CA)
Sep 28, 2006 at 4:18 pm
Sep 29, 2006 at 12:21 pm -
I would teach to my students basic SQL using C language with minimal set of prerequisites: input output from dos shell, simple development environment. In my school we adopt Borland C 5.02. My ...
Marco Mescoli
Sep 25, 2006 at 11:18 am
Sep 26, 2006 at 7:34 am -
Hi I've a big query to execute.There is a way to speed up with mysql++ whitout modify teh SQL? ********************************************************************** The information in this message ...
Paoletti Vincenzo
Sep 4, 2006 at 11:25 am
Sep 6, 2006 at 3:18 pm -
To whom it may concern: There is a bug in mysql++-2.1.1's configure.ac file that was not in mysql++-2.0x. The thread has to do with not using the mysqlcient_r library even thought ...
David McLaughlin
Sep 1, 2006 at 4:23 pm
Jan 12, 2007 at 6:47 pm -
Hi I have a program which uses multiple threads, each thread has its own connection object, so no sharing is happening there. Now I have a library called DBAccess which is basically all the functions ...
Ankur G35 Saxena
Sep 28, 2006 at 11:58 pm
Sep 29, 2006 at 9:00 pm -
MSQLPP newbie question here. I have a recordset. I need to display the columns names along with the rows. Any good hint? Thank you -- *Andrea Fastame* [email protected] System S.r.l. - ...
Andrea Fastame
Sep 26, 2006 at 10:20 am
Sep 27, 2006 at 12:49 am -
Hi I am using MySQL++ extensively in my code and I just made some modifications which now uses a ton of stl maps and vectors and strings. When I first did this, my code would core dump and after ...
Ankur G35 Saxena
Sep 16, 2006 at 7:41 am
Sep 18, 2006 at 11:44 am -
I got unresolved external on Connection::ping() since it wasn't exported from the DLL. I added MYSQLPP_EXPORT to fix it. Where is MySql++ now? I went to get the latest code to see if this was fixed, ...
Jim Wallace
Sep 7, 2006 at 1:50 pm
Sep 7, 2006 at 2:37 pm -
Hi I'm new to the mysql. I'm using 4.1.20 libraries(mainly libmysqlclient.a) and associated header files. These are all 'c', APIs. I would like to download the source codes for the above libraries ...
Krishna Prasanth
Sep 7, 2006 at 11:57 am
Sep 7, 2006 at 12:15 pm -
While searching for an example of using ssql with blob data, I came across the following thread: http://lists.mysql.com/plusplus/5208 Since the nature of my data could potentially lead me to the same ...
Troutman, Andrew T CIV NAVAIR
Sep 1, 2006 at 7:02 pm
Sep 5, 2006 at 8:57 pm -
Hi, I want to use data binding but I cannot figure out whether mySQL++ supports it? mySQL C API supports it , but it has a big ---- : it does NOT support vector data binding for prepared statements. ...
Mr.Dragomir Stanchev
Sep 25, 2006 at 7:43 am
Sep 25, 2006 at 7:43 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 20 |
posts | 73 |
users | 25 |
website | mysql.com |
irc | #mysql |
25 users for September 2006
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)