Search Discussions
-
Hello, Quite often, I have code like this: query << "select whatever"; query.storein(wherever); for(it = wherever.begin(); it != wherever.end(); ++it) { DoSomething(*it); } I thought it would be cool ...
Joel Fielder
Apr 13, 2007 at 4:24 pm
Jun 21, 2007 at 8:17 am -
Just a heads-up, I intend to release v2.2.2 in the next few days. I'd release it now, but I'm waiting on CentOS 5.0 to hit the mirrors first. This gives y'all one final chance to test it before the ...
Warren Young
Apr 12, 2007 at 12:49 am
Apr 25, 2007 at 5:38 am -
Hello, Currently i am using mysql++ for bulk insert. mysql++ only let me insert 2,000,000 records in approximately 2 minutes with the help of mysqlpp::query::insert(iterator,iterator) method. But due ...
A b
Apr 4, 2007 at 5:37 am
Apr 6, 2007 at 10:21 am -
Hi, What are people's thoughts on using SSQLS structures in header files? I'd like to define a class with fetches and processes data from a DB. That class has methods which take and return vectors of ...
Joe Hudson
Apr 18, 2007 at 12:25 am
Jun 21, 2007 at 9:35 pm -
Hi all, (note that this is my first post to a mailing list, so I hope I am doing it the right way) I am trying to get started with mysql++, and use the examples to try things out. But unfortunately: ...
Henk te Sligte
Apr 27, 2007 at 9:26 am
Apr 27, 2007 at 10:13 pm -
Just some fixes to v2.2.2: o Previous version left examples/vstudio/* out of the tarball by accident. o Improved generation of RPM temporary build directory path name generation. Was using a hacked ...
Warren Young
Apr 17, 2007 at 3:42 pm
Apr 26, 2007 at 11:05 am -
Hello Currently, using NULL in templatized queries isn't possible[1]. Since I need the ability for NULL in templates (user configurable queries which can't be hand-rolled), I invested some time. A ...
Michael Hanselmann
Apr 15, 2007 at 10:52 pm
Apr 23, 2007 at 1:30 pm -
Hi, Just wondered why there is a difference between the query constructors: Query::Query(Connection* c, bool te) : #if defined(_MSC_VER) && !defined(_STLP_VERSION) && !defined(_STLP_VERSION_STR) ...
Joel Fielder
Apr 20, 2007 at 12:42 pm
Apr 20, 2007 at 4:09 pm -
Yes, it's finally out, the Friday the Thirteenth Nervousmaking Release, v2.2.2. There's a lot in this supposedly "minor" release, but most of the changes aren't in the library itself. The examples, ...
Warren Young
Apr 13, 2007 at 3:50 pm
Apr 17, 2007 at 11:58 am -
Hi, I want to create a connection to a mysql database with the use of some variables. The problem is that these variables are Glib::ustring. Example: Glib::ustring host = settings.get_key( "host" ); ...
Marinus Karel tenNapel
Apr 11, 2007 at 10:03 am
Apr 12, 2007 at 7:23 am -
Hi I am a total newbie to SQL! I use debian, I have installed the library, everything is fine except that the following code won't compile #include <mysql++.h #include <iostream #include <iomanip ...
Andrea Giusto
Apr 15, 2007 at 2:00 am
Apr 16, 2007 at 4:44 pm -
Hi there, I have searched the mailing list for several hours, and obviously, the issue I am having is known. However, the default solution "upgrade you GCC compiler" does not help me, cause the ...
Ronny Bremer
Apr 10, 2007 at 7:42 am
Apr 10, 2007 at 12:58 pm -
I just received a strange linking error. I have searched through all of the archives and never seen it come up. This is with the most recent mysqlpp downloaded and compiled (2.2.3). I am compiling on ...
Ash Patil
Apr 27, 2007 at 4:33 pm
Apr 27, 2007 at 6:47 pm -
Hi mysql_real_connect open a socket connection to the database. But who closes this connection and when Is this done by mysql_close() or do I have to explicitly close the connection? 171 ...
Distributed Hackers
Apr 26, 2007 at 2:14 am
Apr 26, 2007 at 11:12 am -
Hi all, I have a problem. I am using mysql++-1.7.40 and VS 2003. In 2 C++ projects the mysql++ works fine, but now I tried to do a 3rd project and I always get this error: error LNK2005: "public: ...
PIAČEK Roman
Apr 24, 2007 at 2:05 pm
Apr 25, 2007 at 5:42 am -
Hi, Could anybodt tell me how to install mysqlclient.a library file on linux system as I am struggling to install that. please reply. vamsi. Send a FREE SMS to your friend's mobile from Yahoo! ...
Vamsi krishna
Apr 21, 2007 at 10:49 pm
Apr 23, 2007 at 1:41 pm -
Hello, I just downloaded and unpacked the v2.2.2 distribution a couple of days ago. The examples/vstudio folder does not appear to be included. Is it missing, or have I just lost it somewhere? ...
Roland Hill
Apr 17, 2007 at 11:28 am
Apr 17, 2007 at 3:09 pm -
Hi! This is my first post on this list. hello! I'm trying to use mysql++ and run the example programs. I'm running OS X 10.4 using Eclipse 3.2. the link error I get is : /usr/bin/ld: can't locate ...
Joe Hudson
Apr 10, 2007 at 4:12 am
Apr 10, 2007 at 9:27 am -
I realize this is the C++ mailing list but I could find no list devoted to the straight C API so I am asking here. I have noticed that when using the C API that in certain instances the field 'type' ...
Alan Nilsson
Apr 6, 2007 at 8:35 pm
Apr 9, 2007 at 9:31 pm -
We fixed that problem about two and a half years ago, in v1.7.17. Why are you still using the ancient 1.7.9 version? Get the current stuff at http://tangentsoft.net/mysql++/ If you have old code ...
Warren Young
Apr 11, 2007 at 4:39 pm
Apr 11, 2007 at 4:39 pm -
Dear Free/Open Source Contributots, I am really thankful to Free/Open Source Software development community for their overwhelming response to the survey on practices and problems of defect ...
Anu Gupta DCSA
Apr 10, 2007 at 5:25 am
Apr 10, 2007 at 5:25 am -
Dear Mysql Contributors, I seek help from designers, developers, testers,defect fixers,project managers or playing any other key role in Free/Open Source software development or maintenence in ...
Anu Gupta DCSA
Apr 5, 2007 at 9:56 am
Apr 5, 2007 at 9:56 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 22 |
posts | 81 |
users | 27 |
website | mysql.com |
irc | #mysql |
27 users for April 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)