Search Discussions
-
It is quite unfortunate that such a good SQL server as MySQL has such a horrible C++ API. Since I started using it I had all sorts of troubles like being unable to use gcc-3.0.x because the patch is ...
Vladimir Ciobanu
Jan 31, 2002 at 7:12 pm
Jan 31, 2002 at 9:14 pm -
Hello: I have try gcc client1.c -o client1 -L/usr/local/mysql/lib -lmysqlclient and I recive next error gcc client1.c -o client1 -L/usr/local/mysql/lib -lmysqlclient ...
Jloza
Jan 31, 2002 at 1:14 pm
Jan 31, 2002 at 2:25 pm -
Hello Folks, Attached below is a section of code that works using the interator from the Result class from mysql. It works but it is very very very slow. Is there a faster way to do this. We have ...
Mark Rader
Jan 18, 2002 at 1:58 am
Jan 18, 2002 at 12:41 pm -
Hello, I try to use the mysql C api but I have got the follow compile error on a SCO Open Server 5.0.5 and mysql version is 3.21.26. Undefined symbol first referenced in file __lstat32 ...
Bubulac Angela Tatiana
Jan 11, 2002 at 12:07 pm
Jan 11, 2002 at 3:15 pm -
Hello! I need your help! I was trying to compile an MFC project under Microsoft VC++ 6.0 using the MySQL VC++ API. Unfortunately, I get a lot of compilation & linking errors and can't find a ...
Sauriat, Florent
Jan 9, 2002 at 8:46 am
Jan 10, 2002 at 2:33 pm -
Hi all, I'm a newbe in Linux world & mySQL. I want to know how to make a simple mySQL client. I already search the mysql homepage, but nothing really suit me. I already read the MySQL C API (Chapter ...
Isen Kusima
Jan 31, 2002 at 5:45 pm
Jan 31, 2002 at 6:22 pm -
I'm finding automake, autoconf in source distribution (mycc++-1.7.9.tar.gz) and i don't found it. Who I can install mysql++ without automake and autoconf?
Jloza
Jan 30, 2002 at 9:51 am
Jan 30, 2002 at 10:31 am -
Vishal Asthana
Jan 23, 2002 at 9:54 pm
Jan 23, 2002 at 10:06 pm -
Have anybody managed to compile and use the MySQL++ API with gcc3.0 ?? I'm using gcc 3.0.2, and I'm trying to use MySQL++ 1.7.9. I had problems at various stages : 1/ Applying the patch for gcc3.0 ...
Mathieu DESPRIEE
Jan 18, 2002 at 5:49 pm
Jan 21, 2002 at 8:47 am -
Ciao guys, sorry, but I am new to MySQL++ and I am trying to get into it! I tried to find some documentation about the Date and time classes but I could not find any. I also browsed the archive but ...
Gabriele Bartolini
Jan 18, 2002 at 7:17 am
Jan 18, 2002 at 7:26 am -
Hi, use nm on libmysqlclient.a in order to get a list of all exported/used symbols. ldd only works with shared libraries (.so) and only lists library dependencies. compress/uncompress is part of libz ...
Thomas Sinka
Jan 31, 2002 at 7:08 pm
Jan 31, 2002 at 7:08 pm -
Hi, try gcc client1.c -o client1 -L/usr/local/mysql/lib -lmysqlclient -lz
Thomas Sinka
Jan 31, 2002 at 6:46 pm
Jan 31, 2002 at 6:46 pm -
Hi all, I try to compile this program: sql_create_7 (lettura_contatori, 1, 7, string, modalita_lettura, string, codiceutente, string, identificativoutente, int, lettura_precedente, int, ...
Lorenzo
Jan 29, 2002 at 10:43 am
Jan 29, 2002 at 10:43 am -
Hi, I'm trying to use Borland 5.0 and the Mysql API 1.7.1 I have Borland working and I installed the MySQL++ api header files & libs but i cannot even compile the example code supplied. I have been ...
Fraser Stewart
Jan 26, 2002 at 8:26 pm
Jan 26, 2002 at 8:26 pm -
0
SSQLS...
Hi folks, Does anybody have any (positive) experience in using SSQLS (Specialized SQL Structures) with VC++ ? Please let me know. Regards -WVishal Asthana
Jan 25, 2002 at 5:50 am
Jan 25, 2002 at 5:50 am -
Hi All! I've experienced a problem compiling one application using <sqlplus.hh . I've added to my project the .LIB files mysqlplus.lib and libmysql.lib. I've unchecked the "use dynamic RTL" checkbox ...
Alessio Rocchi
Jan 24, 2002 at 11:42 am
Jan 24, 2002 at 11:42 am -
I am having problems with a program that works fine on one machine, but when I take the binary and move it to another machine, the connect() call seems to fail, and the login information is correct, ...
Ryan Gilfether
Jan 23, 2002 at 6:06 pm
Jan 23, 2002 at 6:06 pm -
Hello everyone...I have a problem using the templates.. in the following code i first connect to a db then insert a line using a simple query, then prepare a template with another query and upon ...
Vadim Tarasov
Jan 18, 2002 at 11:53 am
Jan 18, 2002 at 11:53 am -
My Unofficial Mysql++ Install How-To Matt Yonkovit Lots of small problems, and very little documentation led me to write what I had to do to get mysql++ running in my environment. I thought I would ...
Matt Yonkovit
Jan 8, 2002 at 3:15 pm
Jan 8, 2002 at 3:15 pm -
http://www.mysql.com/documentation/mysql++/3_Important.html 3.1 Current changes - At the writting of the present version (1.7.9) g++ 2.95.3 and g++ 2.96 can not be used either --------- So then which ...
Andrew Crum
Jan 8, 2002 at 3:15 am
Jan 8, 2002 at 3:15 am -
Hi. I'm trying to compile mysql++-1.7.9 for win32 with cygwin and I'm running into all sorts of problems. Instead of running the build.sh script, I ran the commands manually so I could debug easier. ...
Andrew Crum
Jan 7, 2002 at 9:31 pm
Jan 7, 2002 at 9:31 pm -
I'm still having linking errors trying to get MySQL++ to work with VC++. I got it working with a console application that uses MFC, now I'm trying it in a dialog app, but I am getting this set of ...
Adam Clauss
Jan 5, 2002 at 8:29 pm
Jan 5, 2002 at 8:29 pm -
Hi, I´m actually interested in applying the patch distributed in Mysql++ page, to work with GCC 3.0, but I haven´t been able. I would like to have some advices, on how it works.
Victor
Jan 3, 2002 at 8:57 pm
Jan 3, 2002 at 8:57 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 23 |
posts | 42 |
users | 27 |
website | mysql.com |
irc | #mysql |
27 users for January 2002
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)