Search Discussions
-
Hi all! Versions: mysql++ 1.7.8 mysql 3.23 gcc version egcs-2.91.66 Problem: I wanted to use a single file to group in one place all my sql_create_xx calls (instead of calls in each program to create ...
Charles Ouimet
May 24, 2001 at 8:40 pm
May 30, 2001 at 2:43 pm -
Hi there, After checking with people around, it looks like my problem compiling my mysql++ api programs with gcc 2.96 is a problem with the gcc version from Red Hat. Is there nothing I can do or ...
John Kieti
May 10, 2001 at 6:04 am
May 29, 2001 at 4:27 am -
Hello everybody, I usually don't nag mailinglists with my problem, but since I feel completely helpless on this one and I couldn't find ANY material that's even close to what I have here I decided ...
Florian Forster
May 23, 2001 at 2:12 am
May 25, 2001 at 1:06 am -
Hi list, I don't understand why the following code never seems to delete any records. If I type the query generated by query.preview() into the mysql frontend it runs fine and deletes the one record. ...
Joseph Kingry
May 31, 2001 at 6:44 am
May 31, 2001 at 3:46 pm -
Hello!! Do any one got a good idea and a recepie for installation of the mysql++ api on Red Hat 7.0?? I did it once on my linux box, and after some test an fail method with rpm, source etc, it ...
Jarle rudihagen
May 2, 2001 at 6:20 pm
May 2, 2001 at 8:35 pm -
Hi everyone, I've been trying during this days MySQL APIs (1.7.1) over VC++ (W98). Today I've been running the examples, but I have had some problems with them. All the examples work right less ...
Oscar Herrera
May 31, 2001 at 8:34 am
May 31, 2001 at 1:56 pm -
Hi, I don't have a question about the API, but a question on MySQL. If I have a field of Integer type and another of type string and both fields have the same values, with which field is it faster to ...
Michael Grimard
May 30, 2001 at 6:16 pm
May 31, 2001 at 7:27 am -
hi folks, i posted a note about this last week, but did not hear anything back, so i thought i would try again. i am running mysql 3.23 on a freeBSD box. gcc version is 2.95.3 following the on-line ...
Greg Haley \(aka gregor\)
May 29, 2001 at 3:40 pm
May 29, 2001 at 4:51 pm -
nao consigo compilar nenhum programa, uma mensagem como undefined reference sempre aparece.. Tipo... pro compilador estah errado isso: MYSQL m; mysql_init(&m);
-= N E T O M I N G O T O =-
May 26, 2001 at 4:41 am
May 28, 2001 at 9:27 am -
1) Whats the easiest way to convert data from Microsoft Access TO MySQL? (i'm thinking export a table using VB (with recordsets,) format into MySQL format and then mysql < msaccess.dump into MySQL ...
David Ayliffe
May 30, 2001 at 1:02 pm
May 30, 2001 at 2:57 pm -
Hello Jen-Eudes ! Always include <windows.h in your cpp files. Arturs -----Original Message----- From: Jean-Eudes ONFRAY Sent: Saturday, May 26, 2001 12:15 PM To: [email protected] ...
Arturs Aboltins
May 28, 2001 at 11:46 am
May 28, 2001 at 5:40 pm -
when trying to compile the mysql++ examples i always get stuff like what could cause this? bash-2.04$ c++ -I/usr/local/include/mysql/ test.cc /tmp/ccv65351.o: In function `main': ...
TdC
May 20, 2001 at 10:18 am
May 20, 2001 at 11:42 am -
i want to install the mysql c++ into my home dir on a freebsd machine that does not have mysql installed and i do not have root on it i want to be able to compile my program there and run it all i ...
TdC
May 17, 2001 at 4:13 pm
May 18, 2001 at 6:22 am -
Hi, I'm trying to access mysql with mysql.h but I get the error: undefined reference to `mysql_init' I don't realy know why I get this error, but I'm positive that the mysql.h header file is being ...
Angel Quintana
May 14, 2001 at 1:09 pm
May 14, 2001 at 1:27 pm -
Hello everybody, I am a new user of MySQL and I have some difficulties to compile a VC++ project. In fact, I will make a tool (construct with Visual C++ 6.0 and using MFC) which will work with MySQL ...
Florent SAURIAT
May 14, 2001 at 9:54 am
May 14, 2001 at 10:50 am -
Dear Sinisa, I am in need of transferring some mysql++ programs from a Linux box to a Tru64 (DEC) unix machine. I have contacted Steffen Neumann (the guy who has the "mysql++-1.7.6a-tru64.tar.gz" ...
Dezurik, Damien
May 8, 2001 at 4:15 pm
May 12, 2001 at 1:03 pm -
Hi all! Here is a part of one of my programs that uses MySQL++ (a cgi that updates a customer in a database): [...] MAS_CUSTOMERS S_RowFromDB; // Created using sql_create_xx MAS_CUSTOMERS ...
Charles Ouimet
May 31, 2001 at 8:37 pm
May 31, 2001 at 8:37 pm -
Hi! Based on the news that I have got from some users, seems that MySQL++ 1.7.9 can be used with latest GNU compilers, more specifically : 2.95.3 since release 2.95.3-4 and 2.96 since release 2.96-69 ...
Sinisa Milivojevic
May 30, 2001 at 1:29 pm
May 30, 2001 at 1:29 pm -
Hello, when I compile a form using MySQL++ and a VCL Component (TDateTimePicker) I can't use the property 'Date' or 'DateTime' of this component ; an error occur : [C++ Error] UnitTest.cpp(49): E2316 ...
Jean-Eudes ONFRAY
May 30, 2001 at 8:09 am
May 30, 2001 at 8:09 am -
Hey guys, Has anyone else tried to get the C++ APIs to install under Darwin/"Mac OS X"? I just tried to do it using Mac OS X 10.0.3 and it did not work. The ./Configure stage seemed to work when ...
Josh Aas
May 30, 2001 at 5:04 am
May 30, 2001 at 5:04 am -
When I try to compile a program that uses MFC and mysql++ I get some linker errors. So far I have excluded msvcprtd.lib and msvcrtd.lib, they were causing duplicate definition errors in the linker. I ...
Jeff Costanzo
May 29, 2001 at 7:17 pm
May 29, 2001 at 7:17 pm -
In future versions of mysql++, would you mind not defining words as common as "escape" with the preprocessor? And "quote"... and "ignore"... and "null"... (all this is done in define_short) Thanks. ...
Greg Berry
May 29, 2001 at 5:29 am
May 29, 2001 at 5:29 am -
Has anyone tried to use the C API in conjunction with mysql++? Specifically I'm trying to use mysql_real_escape_string. It takes a pointer to MYSQL as its first argument. But the Connection class in ...
Greg Berry
May 29, 2001 at 4:40 am
May 29, 2001 at 4:40 am -
I have checked the mysql web site and their are libraries for the C++ platform (either Borland or MS) however the Borland libraries are for version 5 and I have to use version 4.52. Will this cause ...
David Ayliffe
May 28, 2001 at 2:46 pm
May 28, 2001 at 2:46 pm -
I'm following the exmple in the book MySQL by Paul DeBous (chapter 6 The MySQl C API page 225). I am getting an error about "Too many types in declaration" Do I need to download any special libraries ...
David Ayliffe
May 27, 2001 at 7:04 pm
May 27, 2001 at 7:04 pm -
How do I install MySQL++ so I can use the header files???
Simon Bang Terkildsen
May 26, 2001 at 12:31 am
May 26, 2001 at 12:31 am -
Hi! A new version of MySQL++, version 1.7.9 has been uploaded on it's page on www.mysql.com site. This is mainly bug-fix release. You can find more detailed info on the changes in the manual. ...
Sinisa Milivojevic
May 22, 2001 at 12:57 pm
May 22, 2001 at 12:57 pm -
Dear all plusplus readers, I'm sorry if this sounds trivial but I've this peculiar problem on Solaris8. After I use the special connection.cc to build the library, it does indeed solves the segfault ...
Tan Juay Kwang
May 16, 2001 at 2:54 am
May 16, 2001 at 2:54 am -
Hi there, Is there an easy way I could assign a value from query result (from mysql_ColData) of type int to a variable of type int. I guess this is supposed to be an easy thing but I seem to have ...
John Kieti
May 15, 2001 at 3:42 pm
May 15, 2001 at 3:42 pm -
Hi, I've got two questions: 1) Is there an exception like "BadConnection?" (something like the BadConversion one?) 2) I try to program with the reference, which I found in the sources. But it's very ...
Thorsten Kramer
May 14, 2001 at 11:44 pm
May 14, 2001 at 11:44 pm -
Hi list member, I am looking for a list of all types of variables which can be used with the "sql_create_#"-macros. For example, what is the corresponding c++-type for a "BIGINT" or a "BLOB"? Thank ...
Alexander Friess
May 14, 2001 at 7:08 am
May 14, 2001 at 7:08 am -
Hi Pistike ! 1)Plaese try to compile examples given in the same bundle. 2)Always include <windows.h in your cpp files. 3)Put #include <mysqlplus.hh as the last include in include list Best Regards, ...
Arturs Aboltins
May 9, 2001 at 6:06 am
May 9, 2001 at 6:06 am -
I need run a program in a sparc-sun-solaris2.8 , I'm compiling the examples but when I execute make appear this error: Making all in examples make[2]: Entering directory ...
Proyecto WAP mine
May 7, 2001 at 5:02 pm
May 7, 2001 at 5:02 pm -
Hi, What's the scoop with SuSE 7.1? I have worked some with mysql++ on 7.0 and 6.4. My simple test programs and the demos seem to be ok. Thanks, don
Don Thompson
May 2, 2001 at 11:40 pm
May 2, 2001 at 11:40 pm -
0
Hi all
Hi All! :-) I am new to this list, so I wanted to say hi. I am using mysql++ with both g++ and STLport and with the KAI C++ compilers. If anyone is interested, I have prepared both patches and ...Crazy_pete
May 2, 2001 at 11:37 pm
May 2, 2001 at 11:37 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 35 |
posts | 73 |
users | 39 |
website | mysql.com |
irc | #mysql |
39 users for May 2001
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)