Search Discussions
-
Hi, My application should stay connected with the Mysql Server or reconnected on diconnect. It stays connected for a day or so, but always after a night (where probably not querys where started) the ...
Manuel Jung
Jun 5, 2007 at 10:45 am
Jun 6, 2007 at 11:16 am -
Hi, I wanted to play around a bit with MySQL server 5.0, MySQL++ 2.2.3, and MingW 3.81 on a Windows XP SP2 system. First I am actually a bit uncertain whether MySQL++ is built properly. I've followed ...
Martin Persson
Jun 21, 2007 at 12:58 pm
Jun 27, 2007 at 3:42 am -
Hello All, I downloaded and built mysql++ solution using VB++ Express. It built w/o errors after moving some files into the include directory of the compiler. I have attempted to build simple one but ...
Wynn Taylor
Jun 27, 2007 at 1:58 pm
Jun 29, 2007 at 3:54 pm -
I am building 2.2.3 mysql++. Below is the configure script output and the contents of the config.log. **************************************************** checking whether -lnsl is needed... no ...
Des Smith
Jun 22, 2007 at 3:32 pm
Jun 27, 2007 at 3:47 am -
Dear maintainer, My problem is described in the title. I search all the apis and can't find any hints. I wonder if it can be found anywhere or to be added in the future. Appreciate your reply.
Niu Kun
Jun 10, 2007 at 11:14 am
Jun 12, 2007 at 1:25 pm -
Dear maintainer, I've been testing mysql++ on my Debian system. My libmysql++-dev is version 2.0.7-3. My mysql server is version 5.0.38-1.. My g++ is version 4.1.2-5. The following is my test ...
Kun Niu
Jun 2, 2007 at 7:15 am
Jun 12, 2007 at 1:01 pm -
I got a problem when trying to compile the example files in Visual C++ 2005 even though I compiled all Mysql++ files and linked to all the output files as well as the original Mysql dev files like ...
Felix
Jun 11, 2007 at 12:32 pm
Jun 12, 2007 at 11:11 am -
Hi, since we had some problems with the MySQL++-wrapper, I decided to look into this myself and possibly prepare a patch. But then, I couldn't even get the svn version to work. The configure script ...
Axel Howind
Jun 25, 2007 at 9:34 pm
Jun 28, 2007 at 7:20 pm -
Hi everybody, we are using mysql++ for quite a long time and started with version 2.1.1. I've tried to update our project to use 2.2.0 some time ago and got a linker error. I was waiting to release ...
Nils Woetzel
Jun 9, 2007 at 6:00 pm
Jun 19, 2007 at 9:31 am -
Does mysql++ handle stored procedures? I didn't see anything in the docs. When I tried, I an exception was thrown with this message: PROCEDURE test.get_times_cited can't return a result set in the ...
William F. Dowling
Jun 12, 2007 at 8:44 pm
Jun 13, 2007 at 2:35 pm -
I am really new to C++, I am using Microsoft Visual C++ 2005 express edition. I downloaded the tar file and uncompressed the files and opened the mysql++.dsw file in the IDE. Now I tried to build it ...
Jitesh Shetty
Jun 5, 2007 at 11:19 pm
Jun 6, 2007 at 8:44 pm -
As promised, more mingw breakage... I only rebuilt the lib before, so decided to do the examples too, and got the errors below. Reversing revision 1596 fixes it, but is there a better solution? Joel ...
Joel Fielder
Jun 26, 2007 at 1:33 pm
Jun 27, 2007 at 4:54 am -
Just a quick one! Rebuilding (on mingw) from SVN after the recent wad of changes: lib/coldata.h:177: error: there are no arguments to `data' that depend on a template parameter, so a declaration of ...
Joel Fielder
Jun 25, 2007 at 7:29 am
Jun 26, 2007 at 8:29 am -
Can anyone please tell me Where is the above header file present ? I am using Microsoft Visual Studio 2005 Express Edition. Version 8.0. The express edition doesnt have the C++ support library from ...
Jitesh Shetty
Jun 13, 2007 at 9:50 pm
Jun 16, 2007 at 11:12 am -
Hi! I'm wondering that is this possible: I have a mysql table on a server and with php on that server i can connect this way: $connection = mysql_connect("127.0.0.1", "ulti", "******"); But. Is that ...
Rock8air
Jun 11, 2007 at 2:02 pm
Jun 12, 2007 at 1:30 pm -
Hello, after solving the bakefile issue, the bootstrap script still wouldn't create configure. Looking into the scripts, I discovered rebake did return with a non-zero exit status, but did not print ...
Axel Howind
Jun 28, 2007 at 9:06 pm
Jun 29, 2007 at 8:52 am -
We want to produce a mysqlpp build containing the query timeout fix. That's why we downloaded the latest sources from mysqlpp repository and copied the files connection.h, connection.cpp (they are ...
Cezar Manole
Jun 25, 2007 at 1:40 pm
Jun 25, 2007 at 9:50 pm -
Hello, The gist of my problem is this: I load data from a CSV file into a table. The fields are unquoted. I then read back parts of this table to create a new table. The problem is that the table ...
Tazatek
Jun 19, 2007 at 7:56 pm
Jun 20, 2007 at 11:19 am -
I have downloaded the most recent version of the driver: mysql++-2.2.3 Configured it, compiled, then run my test program that used to work fine with previous versions of the API Now it is crashing at ...
Kemin Zhou
Jun 14, 2007 at 5:46 pm
Jun 15, 2007 at 12:32 pm -
Somehow solve one "still reachable" memory problem in valgrind. The patch file and the new file are attached. Look forward for further discussion.:) And thanks for maintain's great job.
Niu Kun
Jun 12, 2007 at 3:11 pm
Jun 13, 2007 at 8:11 am -
Dear All, Recently I started to use MySQL++. The SSQLS is pretty cool. However, it truncates the string if there is '\0' in the middle of the string. I used the code below to test. ...
Yuantu Huang
Jun 2, 2007 at 3:27 am
Jun 2, 2007 at 5:13 am -
As far as I'm concerned, v2.3 is essentially feature-complete. The only other thing I think I might do is this Wishlist item: o Define HAVE_MYSQL_SSL_SET by default on Windows? Make similar decisions ...
Warren Young
Jun 27, 2007 at 8:31 am
Jun 27, 2007 at 8:31 am -
It's a big leap from "only you answered" to "only you will ever answer, so why ask anyone else?" Yes, actually, it is a serious breach of netiquette. These rules exist for good reasons. First, the ...
Warren Young
Jun 27, 2007 at 3:33 am
Jun 27, 2007 at 3:33 am -
That's right. By the way, the right place to send reports like this is to the MySQL++ mailing list, not to me directly. I ignore most messages of this sort, but I'm making an exception since you're ...
Warren Young
Jun 21, 2007 at 4:11 pm
Jun 21, 2007 at 4:11 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 24 |
posts | 103 |
users | 26 |
website | mysql.com |
irc | #mysql |
26 users for June 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)