Search Discussions
-
I'm wondering why you do this: connection- set_option(new mysqlpp::FoundRowsOption(true)); rather than something like this: connection- set_option(mysqlpp::FoundRowsOption(true)); or ...
Kevin Regan
Jun 5, 2009 at 11:01 pm
Jun 15, 2009 at 11:17 pm -
The MYSQL_OPT_RECONNECT (see below) has a problem before MySQL v5.1.6. The option is reset by mysql_real_connect. Therefore, it must be set after the connection is established. However, MySQL++ has ...
Kevin Regan
Jun 14, 2009 at 1:58 am
Jun 26, 2009 at 11:36 am -
Hi all I get errors when trying to build from svn trunk on a linux/gcc4.4 Versions:. aclocal (GNU automake) 1.10,automake (GNU automake) 1.10, autoheader (GNU Autoconf) 2.61, autoconf (GNU Autoconf) ...
Adrian Cornish
Jun 9, 2009 at 4:08 pm
Jun 15, 2009 at 10:57 pm -
Hi All, I am just trying out mysql++ for the first time (fantastic bit of code) and I think I have discovered a small bug. When creating tables with the ssql macro sql_create - It isnt quoting the ...
Adrian Cornish
Jun 8, 2009 at 7:05 pm
Jun 11, 2009 at 12:27 am -
When I switched from version 2.3.2 to version 3.0, I updated the error handling according to some text I read in the documentation. However, I have recently found out that this code does not behave ...
Martin Dubuc
Jun 5, 2009 at 8:03 pm
May 18, 2010 at 12:54 am -
I have developed a UDF to return an exception should certain criteria happen from a stored procedure. In testing with mysql++ 3.0.9, I am unable to capture that exception, and the API thinks that the ...
Buch, Bill
Jun 24, 2009 at 8:55 pm
Jun 25, 2009 at 9:28 pm -
Hi, I have a API that my application uses which intern uses mysql++ api. I keep getting core dumps at certain point where I have enclosed the code with try and catch. Makes no sense. Please help. ...
Ankur Saxena
Jun 22, 2009 at 2:46 pm
Jun 25, 2009 at 5:43 am -
I am trying to put together a general purpose query template function using equal_list. I want to query using different fields in the object. For example "select * from test where fkey=1". This ...
Dan Cook (dancook)
Jun 20, 2009 at 9:50 pm
Jun 30, 2009 at 3:54 pm -
I am trying to insert binary data into a table. Per Warren's suggestion I am modeling a BINARY(8) as a sql_blob object in SSQLS and I need to know if I am doing something fundamentally wrong or if ...
Dan Cook
Jun 12, 2009 at 10:28 pm
Jun 15, 2009 at 11:41 pm -
Hi, I recently upgraded my mysql version on my gentoo HTPC (uses mythtv) and I can no longer access the mysql database from my laptop using a client application I wrote with mysql++. Previously it ...
DazedNConfused71
Jun 1, 2009 at 11:38 am
Jun 1, 2009 at 3:42 pm -
Looking through my code (written by someone else), I'm seeing that we are using a std::ostringstream to build up arguments to a stored procedure. We than call "str()" on that stream and insert the ...
Kevin Regan
Jun 15, 2009 at 9:16 pm
Jun 15, 2009 at 9:16 pm -
Warren, I maintain the mysql++ package for Athena. I can assure you that mysql++ 3.0.9 is in Debian, as I uploaded it myself on April 19th. If you look at the package page [0], you will see that ...
Roberto C. Sánchez
Jun 4, 2009 at 12:56 am
Jun 4, 2009 at 12:56 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 12 |
posts | 69 |
users | 14 |
website | mysql.com |
irc | #mysql |
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)