Search Discussions
-
Hi, While we're talking about wish-lists for version 2.0, I have an item to contribute. In fact, it surprised me this hasn't been addressed yet, or maybe I'm missing something. The SSQL macro ...
Wolfram Arnold
Jul 6, 2005 at 8:15 am
Jul 18, 2005 at 12:06 pm -
Hello, Is it possible to put mysqlpp::Connection * con in a class (and a .h) ? I've tried already and then theses previous errors appears under VS 2003 ... Sample code (.h): #include <mysql++.h class ...
Np
Jul 18, 2005 at 1:52 pm
Jul 21, 2005 at 2:55 pm -
Hello Everyone: I've been playing with porting my C++ app to use mysql++ 2.0 instead of mysql++ 1.7. Looks good overall. Nice work, Warren and everyone! One question: I'd like to be able to maintain ...
J Robinson
Jul 18, 2005 at 4:19 pm
Aug 1, 2005 at 1:05 pm -
Hi, I've created a patch for the ability to handle multi statement queries that return multiple result sets. I'm attaching that, as well as multiquery.cpp, which is intended to go in the examples ...
Jalon, Arnon
Jul 7, 2005 at 11:28 pm
Jul 18, 2005 at 8:14 pm -
Hi I'm adding a dependancy for mysql++ in my project and need my configure script to check that it's installed. Is there an official m4 macro for this or an pkg-config file, or do you all write your ...
Pål Brattberg
Jul 13, 2005 at 9:46 am
Jul 22, 2005 at 2:45 am -
I'm trying to configure mysql++ for Solaris 8. Using mysql++ 1.7.40 and MySQL 4.1.12 pro. Getting error when checking for mysql_store_result in -lmysqlclient_r...could not find working MySQL client ...
Twibell, Cory L
Jul 5, 2005 at 10:08 pm
Jul 8, 2005 at 4:38 am -
Hi All, I finally got MySQL++ (1.7.40) built with one of the included console based examples. Now I am struggling with building MySQL++ along with WxWidgets using MinGW Developer Studio. All I do is ...
Robin
Jul 20, 2005 at 6:46 pm
Jul 22, 2005 at 4:13 pm -
I am getting the following compiler errors, and I was wondering if there was a way to get around the unsupported 'long long.' g++ -g -Wall -W -pedantic-errors -I/usr/local/include ...
Purcell, Dan Clifford \(UMR-Student\)
Jul 20, 2005 at 5:45 pm
Jul 22, 2005 at 3:12 am -
Hello everyone. I got MySQL version 5.0.9 Beta, mysql++ 2.0 Beta and using VS.NET 2003 (Ver. 7.1), Windows XP Pro I am having issues with Unicode characters. All the examples of mysql++ compiled and ...
Tim Shor
Jul 18, 2005 at 6:36 pm
Jul 21, 2005 at 5:36 pm -
This is the first (and maybe only?) beta version for v2.0.0, which has been "cooking" for about a month now. The API and ABI should be stable now, but there are no guarantees. It generates libraries ...
Warren Young
Jul 5, 2005 at 11:24 am
Jul 13, 2005 at 7:40 pm -
Hi, I was reading comp.lang.c++.moderated tonight, and read a post on exceptions, and thought I'd ask for comments here, relating to mysql++. Would it be useful to split up the exception hierarchy ...
Chris Frey
Jul 4, 2005 at 4:46 am
Jul 6, 2005 at 5:37 pm -
Thanks to some help from list member Robin, I've got a MinGW building MySQL++ as a DLL. Unfortunately, there's a new problem, which is that MinGW can't link programs to it. VC++ builds DLLs just ...
Warren Young
Jul 28, 2005 at 11:52 pm
Aug 3, 2005 at 12:43 am -
Hi all, i'm new with mysql and c++ and i have to wrote an application which insert data in a mysql database. I want data to be encrypt so i search on the web and i saw that mysql support SSL now. I ...
Lmarcilly
Jul 13, 2005 at 7:41 am
Jul 22, 2005 at 7:08 am -
Here is what I am using: Windows 2000 Professional SP4 MinGW Developer Studio 2.05 w/ GCC 3.4.2 (I think) Latest MySQL++ Tarball (1.7.40) First I created a Static Library (.a) project and included ...
Robin
Jul 8, 2005 at 11:04 am
Jul 21, 2005 at 10:09 am -
hi, warren i have a programme with mysql++. it's too simple. connect, query, result,row -- then I will analyse the data, but when I try to upgrade to 2.0.0, I have to face so many error that is about ...
Owen nirvana
Jul 14, 2005 at 4:27 am
Jul 15, 2005 at 10:37 pm -
Hi, I have installed binary rpm mysql++-1.7.40. I have also downloaded rpm which includes examples. When i say make for these examples it is giving errors. Help me in executing these programs. ...
Archana maram
Jul 26, 2005 at 1:00 pm
Jul 26, 2005 at 1:16 pm -
Hello System: VisualStudio 7.1 C++ MySQL: 4.0.25 MySQL++: 2.0.0 Beta2 In anybody has memory leaks at the end of its program when he uses the system above. I only added <mysql++.h and the libraries ...
Alain_d99
Jul 26, 2005 at 8:59 am
Jul 26, 2005 at 11:55 am -
I was working through the samples and to get a first overview, I feel a smaller sample may serve beginners better. That simple1.cpp really says little and the util.cpp has the stuff litered around ...
Henning Diedrich
Jul 24, 2005 at 4:40 pm
Jul 24, 2005 at 5:30 pm -
Just for info, I had the same KIND OF problem on windows platform event with 2.0b2 while trying to integrate MYSQL server sources (4.11/4.12a/5.02b), MYSQL++(1.7/2.0) and JASPER (free JPEG2000 ...
Np
Jul 21, 2005 at 9:14 am
Jul 22, 2005 at 12:53 am -
Hi folks, I'm a humble non-programmer who just wants to read a float table value into a float variable. ---------------------------------------------------------------------------- ------------- ...
Benjamin Liu
Jul 20, 2005 at 11:10 pm
Jul 21, 2005 at 10:16 pm -
Warren, I trust that you're subscribed to the commit list, so you'll see any of my small changes (such as svn revision 967) without having to post about it here. Bigger changes I'll post about here ...
Chris Frey
Jul 20, 2005 at 8:45 pm
Jul 20, 2005 at 10:27 pm -
hey , I'm using the "1_7_1win32_borland_1_2" version of MySQL++ and I experienced some problems compiling the example applications under Borland C++ Builder 6.0 personal edition. I have added the ...
Unknown Sender
Jul 11, 2005 at 3:53 pm
Jul 11, 2005 at 10:45 pm -
I have made a programm using the mysql++ API for the visual studio 7. The code is: try { Query query = con- query(); ostringstream strbuf; query<<"select * from vsr"; log << "query= " << ...
Sotiris Chatzis
Jul 11, 2005 at 11:46 am
Jul 11, 2005 at 12:18 pm -
Hi all I'm on the lookout for a good connection pool to use with MySQL++. What do you guys use, and what are your recommendations? I haven't found any real projects when googling, so I'm leaning ...
Pål Brattberg
Jul 8, 2005 at 9:17 am
Jul 8, 2005 at 9:30 am -
Hello, I tried installing 1.7.40 version of mysql++ onto a Suse system. I have mysql version 4.1.12 installed from source. I tried compiling mysql++ from the source. ./configure seems to succeed, but ...
Ouellette_brad
Jul 7, 2005 at 7:09 pm
Jul 7, 2005 at 11:06 pm -
Hi Warren, I've a new problem. The "new\delete" of a Connection object have problem? ********************************************************************** The information in this message is ...
Paoletti Vincenzo
Jul 6, 2005 at 12:51 pm
Jul 6, 2005 at 5:53 pm -
Hi Warren, there is a class or method to handle transactions with mysql++? Obviously without using mysql C API. I have the mysql++-1.7.40 version. ...
Paoletti Vincenzo
Jul 4, 2005 at 1:02 pm
Jul 5, 2005 at 8:18 am -
I noted in a recent thread that Bernd Prager was trying to do what I am also wanting to do, that is, build mysql++ with Eclipse and cygwin on a windows platform. It seemed that he found a solution to ...
Smith, Herb
Jul 1, 2005 at 6:04 pm
Jul 2, 2005 at 7:00 am -
This is the second beta release of MySQL++ v2.0. Not much has changed from a practical standpoint; please see the beta1 announcement for most of the details: http://lists.mysql.com/plusplus/4591 ...
Warren Young
Jul 18, 2005 at 6:35 pm
Jul 18, 2005 at 6:35 pm -
...\mysql++\lib\defs.h(53): error C2632: '__int64' followed by 'long' is illegal ...\mysql++\lib\defs.h(53): warning C4091: 'typedef ' : ignored on left of 'unsigned __int64' when no variable is ...
Np
Jul 12, 2005 at 1:40 pm
Jul 12, 2005 at 1:40 pm -
Why would you do that? For standard platforms, NO_LONG_LONGS should be defined correctly from within platform.h. There should be no good reason to change it manually.
Warren Young
Jul 11, 2005 at 10:47 pm
Jul 11, 2005 at 10:47 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 31 |
posts | 122 |
users | 27 |
website | mysql.com |
irc | #mysql |
27 users for July 2005
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)