Search Discussions
-
My code is like this: ----------------------------------------------------------------------------- try { query = clientConn.query(*usql*); query.parse(); SQLQueryParms sqp; for (size_t i = 1; i <20; ...
Alex Luya
Mar 11, 2009 at 10:43 am
Mar 21, 2009 at 12:01 am -
In my application I need to check if the value of a field in db (text type ) is NULL or not. I have been using like this. row = (*i); name = row["name"].get_string(); if(0 != name.compare("NULL")) { ...
Jithin Emmanuel
Mar 19, 2009 at 10:40 am
Mar 20, 2009 at 9:16 pm -
Hi, I was told that I can use do a binary bulk-insert with the C-library in combination with prepared statements. With binary I mean that the inserted values are not serialized into strings before ...
Andrej van der Zee
Mar 13, 2009 at 2:55 am
Mar 23, 2009 at 10:37 am -
I get all kinds of errors. I went the simple way and added the source code to my project, along with headers and everything. But I get some weird error. common.h(127) : error C2143: syntax error : ...
Kyle Emmerich
Mar 16, 2009 at 11:06 pm
Mar 19, 2009 at 8:05 pm -
Hello,I try to run following code,but get an exception:Not enough parameters to fill the template.So can any guys point out the issues for me?Thank you. ------------------------ try { Query query = ...
Alex Luya
Mar 6, 2009 at 8:58 am
Mar 6, 2009 at 8:24 pm -
HiI'm new to MySQL++ and I've just realised today (a little belatedly) that the mechanism that MySQL++ uses to build queries effectively converts all the variables to strings.This means that if I ...
Ken Smith
Mar 24, 2009 at 4:57 pm
Mar 25, 2009 at 7:16 pm -
hi i made the .dll file again, made the .a file and now im trying to compile and im getting this: C:\mysql++ mingw32-make -f makefile.mingw g++ -shared -fPIC -o mysqlpp.dll mysqlpp_beemutex.o ...
Søren pedersen
Mar 19, 2009 at 11:15 am
Mar 19, 2009 at 10:34 pm -
I know you can't use the same connection object on different threads. It looks like I can 't do query.store() on one thread and query.store_next() on another since it calls conn_- driver()- ...
Jim Wallace
Mar 5, 2009 at 1:34 am
Mar 5, 2009 at 8:20 pm -
Hi Sorry if this is in an FAQ somewhere, but I can't find anything... I have a large amount of scientific data to ingest which consists of many floating point numbers, some of which are deliberately ...
Ken Smith
Mar 23, 2009 at 10:41 pm
Mar 24, 2009 at 5:49 pm -
In fact,I need to pass variables to template query(counts changed dynamically),so make a test to try to run following code,but got an exception:Not enough parameters to fill the template.So can any ...
Alex Luya
Mar 7, 2009 at 2:07 am
Mar 8, 2009 at 3:26 am -
Hi, Is there any chance in compiling mysql++ with -fno-rtti? I am using mysql++ in another project that uses -fno-rtti to decrease code-size. I get the errors below. Thank you, Andrej In file ...
Andrej van der Zee
Mar 23, 2009 at 1:28 am
Mar 23, 2009 at 9:24 am -
I have been working on an update to my application to make it more dynamic. One of the features that I am working towards is to allow the application to use threading. Now at this point I am not to ...
R ottmanj
Mar 16, 2009 at 11:00 am
Mar 16, 2009 at 2:57 pm -
In fact I want to change it to 38,because I can not change the schema of database.
Alex Luya
Mar 8, 2009 at 3:37 am
Mar 11, 2009 at 11:56 am -
Sorry for the off-topic, but I am wondering whether someone has come to such a problem. I am extracting jpeg images from a MySQL database, using the MySQL++ API. The extracted images are kept in ...
Valeri Tishev
Mar 17, 2009 at 11:54 am
Mar 17, 2009 at 11:54 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 14 |
posts | 78 |
users | 13 |
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)