Search Discussions
-
It looks like calling a stored procedure from a query must set the mysqlpp::MultiResultsOption(true) as an option on the connection and retrieve the results using StoreQueryResult using ...
Edward Diener
Jan 28, 2009 at 1:27 am
Jan 28, 2009 at 6:21 am -
If I attempt to create an SSQLS struct like: sql_create_2 ( ATable, 2,0, mysqlpp::Null<mysqlpp::sql_text ,aa, mysqlpp::Null<mysqlpp::sql_tinyint_unsigned ,bb ) I will get an error using this in VC9, ...
Edward Diener
Jan 28, 2009 at 8:21 pm
Feb 27, 2009 at 5:06 pm -
Hello All, I am currently working on an application using MySQL++ and I need to convert a returned value back to a std::string in order to perform subsequent operations on it. The current code below ...
Robert Simmons
Jan 28, 2009 at 12:40 pm
Jan 28, 2009 at 11:44 pm -
To get the "offending" SQL statement into the BadQuery exception I had to add a std::string to both Query and BadQuery. The reason for that is for the store_next case where BadQuery could be thrown, ...
Jim Wallace
Jan 31, 2009 at 2:54 am
Feb 1, 2009 at 4:22 am -
I'm so confused as to what a row is. is it like a vector with more attributes or what? ive been trying to split up the row result in char * format (i have to use char* for now because im working with ...
Pavel989
Jan 23, 2009 at 7:00 am
Jan 27, 2009 at 3:59 am -
Hi, I was wondering if there is any convenient way to retrieve the last failing query. I am using one outer try-catch block that deals with all failing queries that are executed in deeply nested ...
Andrej van der Zee
Jan 29, 2009 at 3:00 am
Jan 29, 2009 at 1:17 pm -
Hi I just integerated mysql++ to my application using vs 2008. However, when on debug build, I get a stack trace corrupted issue. I don't receive this when I'm on release build. My code is pretty ...
David Ang
Jan 29, 2009 at 2:42 am
Jan 29, 2009 at 9:11 am -
Hi All, I am trying to detect if a connection is down and then reconnect. Here's my offending code that causes an exception on the second connect() call: (Using VC++ 2008) // test.cpp : Defines the ...
Attila
Jan 16, 2009 at 6:30 pm
Jan 16, 2009 at 9:02 pm -
I'm totally baffled by this. I have a small udev app that looks for a couple different file types and adds them to a database when the device is added, and removes then when it goes away. There are ...
Greg Bryant
Jan 3, 2009 at 1:27 pm
Jan 3, 2009 at 10:14 pm -
Hi, I recently put together a basic DBTransaction class that wraps the mysqlpp functions. I would like to have an abstract method: SSQLS() = 0 which returns a specialized data row based on the ...
Attila
Jan 29, 2009 at 5:43 pm
Jan 29, 2009 at 9:50 pm -
Hello list, First of all, thanks for MySQL++. It's great. I recently "upgraded" (I use the term loosely) my project from Visual Studio 2003 to Visual Studio 2008. The library, resetdb, simple1 ...
Rosie Fitzpatrick
Jan 21, 2009 at 9:15 pm
Jan 21, 2009 at 10:28 pm -
Hi, I'm using MySQL++ and I'm trying (sometimes) to connect to a computer that does not exist (e.g.: 10.0.0.4 and that address is not in the network). The operating system timeout seems to be too ...
Diego Gavinowich
Jan 9, 2009 at 12:35 pm
Jan 9, 2009 at 5:46 pm -
I am trying to extract a blob from a database. Extraction of other columns in table works just fine, but when I try to use the blob it occurs to be empty... Could anyone tell me what I am doing ...
Valeri Tishev
Jan 7, 2009 at 5:25 pm
Jan 7, 2009 at 5:40 pm -
I am working with some code that I did not develop and unfortunately I cannot get a hold of the developer. Whenever I run the following snippet of code, I get an error that the stack around "res" is ...
Ryan Rosario
Jan 6, 2009 at 7:40 am
Jan 6, 2009 at 11:10 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 14 |
posts | 65 |
users | 17 |
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)