Search Discussions
-
Dear Purveyors and Artisans of MySQL++: Recently we discussed the design and implementation of a new feature of the mysqlpp::Query that allows for implementing bulk INSERT statements while providing ...
Rick Gutleber
Oct 27, 2008 at 7:28 pm
Nov 6, 2008 at 7:36 pm -
Hi All, I described a bug/deficiency in SSQLS with null blobs here: http://lists.mysql.com/plusplus/8007 Warren pointed out that Null is not a transparent wrapper, however, the SSQLS code works fine ...
Russell Robinson
Oct 27, 2008 at 2:59 am
Oct 29, 2008 at 9:46 pm -
I've been meaning to ask this for months: One of the things I discovered when writing and issuing large INSERT statements to MySQL is something called the "packet" size. This is not related to ...
Rick Gutleber
Oct 13, 2008 at 9:22 pm
Oct 15, 2008 at 8:04 pm -
To Whom It May Concern: It is 3:45 am and I've been up since 7am or so this morning, yep near 24 hours. I've been programming with winsock to open sockets to different things just to practice. Now ...
Specter Phoenix
Oct 30, 2008 at 8:42 am
Nov 18, 2008 at 4:02 am -
Does it really make sense for allow_transactions() to be part of the policy or should it be a bool option passed in to insertfrom( )? The reason I ask is because it seems silly to have to have two ...
Rick Gutleber
Oct 30, 2008 at 3:20 pm
Nov 3, 2008 at 4:48 pm -
In the user manual, 3.4 Exceptions says the following: "The largest set of non-optional exceptions are those from the Standard C++ Library. For instance, if your code said "row[21]" on a row ...
Me22
Oct 10, 2008 at 11:07 pm
Nov 8, 2008 at 10:06 am -
I've thought about this a little bit. I think we could first create a class called SQLEscaper that takes a Connection * and provides the escape_string( ) methods*. 1. We could just stick those ...
Rick Gutleber
Oct 29, 2008 at 11:04 pm
Oct 30, 2008 at 11:41 pm -
Dear Plusplusers: I have been recently discussing an idea with Warren concerning support in the insert method for collections for creating the associated SQL generated by the call according to a ...
Rick Gutleber
Oct 20, 2008 at 8:22 pm
Oct 21, 2008 at 2:39 pm -
Hi everyone. I have a problem modifying the Rows. My code is pretty simple: sql_create_14(stock, 1, 14, mysqlpp::sql_int, id, mysqlpp::sql_int, area, mysqlpp::sql_double, latitude, ...
Demetris Zavorotnichenko
Oct 16, 2008 at 11:26 am
Oct 17, 2008 at 7:48 pm -
I am using mysql++-2.1.1 I am trying to set the query (execute) timeout so my program doesn't hang indefinitely when the table is locked. I am using the set_options function with the ...
Seth Linden
Oct 16, 2008 at 8:11 pm
Oct 16, 2008 at 10:40 pm -
2
SUBTIME
I need to make a query that would do time calculation : SELECT SUBTIME('2007-12-31 23:59:59.999999','1 1:1:1.000002') So how would I get a result from this query ? With a simple result ? ...Demetris Zavorotnichenko
Oct 16, 2008 at 1:21 pm
Oct 16, 2008 at 10:03 pm -
Hiya , Im new to this mailing list , and haven't yet started developing yet . But before i start im looking for a good c++ environment to use ? Im using linux - ubuntu and have mysql as a database ...
Malcolm croucher
Oct 14, 2008 at 11:10 am
Oct 14, 2008 at 11:26 am -
Hi, MySQL Server version: 5.0.64-enterprise-log MySQL Enterprise Server (Commercial) MySQL ++ version: 2.0.7 We are using a db connection pool and trying to recover from a scenario where a db ...
Manikandan Shanmugam
Oct 22, 2008 at 7:50 pm
Oct 23, 2008 at 1:14 pm -
Warren, I just upgraded to 3.0.6 and I am having some problems with mysqlpp::DateTime fields being null. The field of interest (in this case called measurement_time_seg) is allowed to be NULL in the ...
Seth Linden
Oct 17, 2008 at 7:19 pm
Oct 17, 2008 at 7:58 pm -
I'm having this problem now "Again" (it worked fine 5 minutes ago) My Sql Table: +--------------+--------------+------+-----+---------+-------+ ...
Demetris Zavorotnichenko
Oct 17, 2008 at 3:55 pm
Oct 17, 2008 at 4:36 pm -
I have a problem running my application o another machine. The machine on which I developed the program is a Windows XP pro 32 bit And I'm trying to run it on Windows 2003 server (64 bit) The error I ...
Demetris Zavorotnichenko
Oct 17, 2008 at 12:38 pm
Oct 17, 2008 at 2:50 pm -
Hi everyone. In my main function I open up a connection to a database I have and read from table A. // Connect to the database. mysqlpp::Connection conn(false); if (conn.connect(db, server, user, ...
Demetris Zavorotnichenko
Oct 16, 2008 at 7:14 am
Oct 16, 2008 at 7:32 am -
Never mind guys, it seems to be simpler than I thought. Tnx for the quick response tough :-)
Demetris Zavorotnichenko
Oct 15, 2008 at 12:47 pm
Oct 15, 2008 at 8:38 pm -
Hi everyone. I'm New to mysql++ and just compiled the library and testing out some things. My questions are pretty lame at this point but please bare with me and help if you can. My application is ...
Demetris Zavorotnichenko
Oct 15, 2008 at 10:42 am
Oct 15, 2008 at 11:31 am -
Hi, I came across 2 errors when compiling MySQL++ on a fresh Cygwin install. The good news is that I solved them :) I'm using : - MySQL 5.0.67 - MySQL++ 3.0.6 - GCC 3.4.4 Here is the first error : ...
Vincent
Oct 15, 2008 at 1:22 am
Oct 15, 2008 at 2:11 am -
Hi, I am getting the following when I do a make. I am using mysql Ver 14.7 Distrib 4.1.18. Any one have any ideas? g++ -o test_cpool test_cpool_cpool.o -L. -lmysqlclient -lmysqlpp ./libmysqlpp.so: ...
Mark Easton
Oct 14, 2008 at 4:22 am
Oct 14, 2008 at 10:33 am -
Hello everyone, I have a problem when using Mysql++ to do db operations. Here are my codes: //////////////////////////main function/////////////////////////////////// #include <iostream #include ...
Xin Qi
Oct 10, 2008 at 1:14 pm
Oct 10, 2008 at 2:01 pm -
Hi everyone. I'm New to mysql++ and just compiled the library and testing out some things. My questions are pretty lame at this point but please bare with me and help if you can. My application is ...
Demetris Zavorotnichenko
Oct 15, 2008 at 10:41 am
Oct 15, 2008 at 10:41 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 23 |
posts | 96 |
users | 19 |
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)