Search Discussions
-
Hi, I'm trying to install Mysql++ under FreeBSD and I had the following problem: connection.cc: In method `class string MysqlConnection::info()': connection.cc:112: initialization to `char *' from ...
Guilherme A. Mendes
Dec 18, 2003 at 7:22 pm
Dec 22, 2003 at 12:38 pm -
Is this true? Has the license for the MySQL client libraries changed from LGPL to GPL? Murray Cumming www.murrayc.com [email protected] -----Original Message----- From: ...
Murray Cumming
Dec 10, 2003 at 7:12 pm
Dec 11, 2003 at 2:53 pm -
mysqlcppapi is a branch of MySQL++ that tries to be more sensible. http://mysqlcppapi.sourceforge.net/ People seem to like it. Among other things, it builds with recent compilers. I haven't had much ...
Murray Cumming
Dec 12, 2003 at 11:39 am
Dec 15, 2003 at 1:31 pm -
Hello, did anyone succeed in getting mysql++ 1.7.9 to be compiled with the MipsPro compiler 7.4 on IRIX? I tried the original 1.7.9 source tarball and some patches, but wasn't successful at all. Are ...
Gunther Lenz
Dec 17, 2003 at 9:47 am
Dec 19, 2003 at 12:09 pm -
hi, in daytime1.hh, daytime2.hh mysql_dt_base::operator string () ... it should be mysql_dt_base::operator string () const (?) Zrin
Zrin
Dec 27, 2003 at 12:48 am
Jan 5, 2004 at 12:05 pm -
Hi, where can I find all documentation about mysql c++ api? tnx
NighTiger
Dec 19, 2003 at 12:48 pm
Dec 22, 2003 at 11:34 am -
Hi, I'm encountering the following problem when linking against the mysqlclient library /usr/lib/mysql/libmysqlclient.a(my_compress.o)(.text 0Xbc): In Function 'my_compress_alloc': :undefinded ...
Robin Cawsey
Dec 16, 2003 at 10:49 pm
Dec 18, 2003 at 11:23 am -
Hi, is there also a function "mysql_list_tables()" in mysql++ ? Thanks Regards Thomas
Thomas Schneider
Dec 12, 2003 at 7:22 pm
Dec 13, 2003 at 12:56 pm -
Borland version of 1.7.9 is made for Borland 6.* as documented on MySQL++ page. Regarding GCC 3.3.1, a better patch will be made. -- Sincerely, -- For technical support contracts, go to ...
Sinisa Milivojevic
Dec 23, 2003 at 2:19 pm
Dec 24, 2003 at 12:04 pm -
Greetings, I am trying to read a varchar field and slap that into a string field. The string field I will then chop up with string::substr into a nicely formatted phone number. Find below the code ...
Mark A Framness
Dec 21, 2003 at 5:31 am
Dec 23, 2003 at 4:38 am -
Hi, I've installed the MySQL v4.0 headers and library files rpm package but still can't find the C headers, I'm sure I'm just being really thick but is there anything else I need to do ? Thanks Rob
Robin Cawsey
Dec 9, 2003 at 6:53 pm
Dec 10, 2003 at 11:47 am -
I'm using the latest Mysql++ and I'm trying to figure out what includes I should be using for whatever. I'm following the documentation at http://www.mysql.com/documentation/mysql++/index.html. I've ...
Angus March
Dec 24, 2003 at 5:57 am
Jan 3, 2004 at 12:30 pm -
in function string SQLQuery::str(const SQLQueryParms &p) const: [...] char *s = new char[length]; const_this- get(s, length, '\0'); const_this- seekg (0,ios::beg); const_this- seekp (-1,ios::cur); ...
Zrin
Dec 23, 2003 at 10:26 pm
Jan 3, 2004 at 12:15 pm -
I have a Windows C++ application using the embedded library. In it I perform a couple of queries which take a long time to complete (on the order of 5-10 minutes). I have the query executed from a ...
Adam Clauss
Dec 20, 2003 at 5:24 am
Dec 20, 2003 at 12:51 pm -
I've just installed sql++ using the suse 8.x binary rpm for gcc 3.2. I typed in the first example from the manual and tried to compile. Disaster! So I tried just compiling without linking. I get ...
Tony Burrows
Dec 18, 2003 at 9:02 pm
Dec 19, 2003 at 12:11 pm -
Hi, I USE THIS FUNCTION TO INSERT VALUES TO DIFFERENT VALUES OF MY DATABASE.. void InsertValues(const string &tableName, const string &values) { char ValuesToStore[255]; long datasize; char ...
Shiva shankar
Dec 16, 2003 at 8:03 pm
Dec 17, 2003 at 11:55 am -
hi i m trying to install mysq++1.7.9 in a mandrake7 host (kernel gcc 2.95.2) but i have a problem when i try to use make (after ./configure) the make have errors in ....... /include/g++-3/stl_set.h ...
Helmi Rais
Dec 15, 2003 at 1:49 pm
Dec 15, 2003 at 2:33 pm -
Hello Listers. I have tried this on the mysql list with no answer, hope someone can help here. I would like to upgrade from 3.4 to MySQL 4.1 and would just like to know. Any Apps that have been ...
Denham Eva
Dec 9, 2003 at 11:13 am
Dec 9, 2003 at 1:05 pm -
Respected Sir/Madame, I have installed mySQL++-1.7.9-4.rh9.i386.rpm also installed MySQL 4.0 client API, but what all path do i need to set in kylix as i am getting most errors for the path.... With ...
Rushabh shah
Dec 9, 2003 at 9:10 am
Dec 9, 2003 at 1:03 pm -
Hi, I've installed the following Files to upgrade from MySQL 3.23 to 4.0 by installing the following 1)MySQL-server-4.0.16-0i386.rpm 2)MySQL-shared-compat-4.0-16.0.i386.rpm ...
Robin Cawsey
Dec 8, 2003 at 9:07 pm
Dec 9, 2003 at 1:02 pm -
I'm trying to use the MySQL++ interface to a MySQL database, using MS Visual C++ v6. MySQL++ came from mysql++-1.7.1-1-win32-vc++.zip I am trying to use the sql_create* macros to deal with a table, ...
Ken Akerboom
Dec 3, 2003 at 11:32 pm
Dec 4, 2003 at 10:12 am -
I'm new in mysql and I love it! I have a problem in programming in VC++ using the sql_create macro. The example programm "stock" is ok. But I don't know how to use the right TYPE. ...
Y. Lau
Dec 2, 2003 at 2:13 pm
Dec 2, 2003 at 11:18 pm -
Dear Sir/Madame, After Installing mysql++ on red hat linux 9.0 when i try to compile i get following errors.... Is there any problem wit the header files provided by mysql++ or compiler problem. [C++ ...
Rushabh shah
Dec 10, 2003 at 11:48 am
Dec 10, 2003 at 11:48 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 23 |
posts | 87 |
users | 26 |
website | mysql.com |
irc | #mysql |
26 users for December 2003
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)