Search Discussions
-
Hello everyone, I spent three days now to get a clue about howto compile any sample that comes with the mysql c++ api tar.gz but i fail. Anyone able to give me a step by step howto ? I tried to ...
Philipp Stader
Mar 31, 2003 at 8:03 pm
Apr 2, 2003 at 11:18 pm -
Hello, I've got a little problem here with mysql++. When attempting to execute an sql query that would return an empty data set, the program aborts. Funny enough, this problem doesn't appear on all ...
Markus Gerwinski
Mar 27, 2003 at 9:43 pm
Apr 1, 2003 at 10:32 pm -
Recent versions of g++ correctly warn when you use the token-pasting operator (##) to paste together two things that are not a valid token. The compiler's correct to warn about this, since the ...
Warren Young
Mar 7, 2003 at 9:53 pm
Mar 12, 2003 at 7:59 pm -
Hello, I am a newbie to programing mysql++ and have not yet figured out how everything works. In a simple program I get an 'abnormal program termination after calling Query::execute(). First part of ...
Onno ernst
Mar 31, 2003 at 4:17 pm
Apr 3, 2003 at 4:01 pm -
Hi, I need to edit the perl-scipt "custom.pl" which creates the "custom.h" header-file, because I need specialized structures with more than 200 fields. 1.: I'm searching, but I can't find the Script ...
Dr. Werner Pitsch
Mar 28, 2003 at 2:24 pm
Apr 1, 2003 at 8:07 pm -
I'm having problems installing MySql++ v.1.7.9 on a Solaris system because of the automake/autoconf configuration. Has anyone tried to do such an install with automake v. 1.7 and autoconf v. 2.57? I ...
Dan Perl
Mar 19, 2003 at 4:29 pm
Mar 20, 2003 at 3:46 pm -
Hi, I've got the following scenario: 1. Server machine running the Mysql database server 2. Client machine on which I want to compile and run a C++ app that talks to the Mysql server on the Server ...
Paul Medynski
Mar 9, 2003 at 8:28 pm
Mar 19, 2003 at 9:03 am -
Hi there I am using mysql++ with: GCC 3.2.1 MySQL Ver 11.15 Distrib 3.23.48, for suse-linux (i686) SuSE v. 8.0, updated on 9/2/2003 mysql++ v. 1.7.9 I am able to compile the examples, but when i run ...
Henrik Winther
Mar 9, 2003 at 10:39 pm
Mar 11, 2003 at 2:31 pm -
Hi, me and my classmate are working on a project that will use Kerberos and some other functions we wrote as a way to secure the data transfer between MySQL and the client terminal (which is using ...
Terry
Mar 26, 2003 at 9:56 pm
Mar 27, 2003 at 12:50 am -
Hi, I have a question. I know that the code in libmysqld is for the Embedded MySQL Server Library. However, I am wondering what's the difference between the folder libmysql and libmysql_r. I guess ...
Terry
Mar 25, 2003 at 8:52 pm
Mar 25, 2003 at 11:02 pm -
Hello again, MySQL list subscriber! We have completed the first phase of maintenance on the mailing lists, and mail should now start flowing on the lists again. Along with upgrading the hardware ...
MySQL List Administrator
Mar 23, 2003 at 1:09 am
Mar 23, 2003 at 1:13 am -
MAILER-DAEMON
Mar 5, 2003 at 4:23 am
Mar 5, 2003 at 4:24 am -
I'm a young developer. I work with MVC++ 6.0 and I'm trying to link my last product to a MySQL database. I have downloaded the right API and I have constructed a simple WIN32 application (to test the ...
Gian Luca Guidotti
Mar 4, 2003 at 2:28 pm
Mar 4, 2003 at 5:57 pm -
Hello: Can I use this API in SUN ? Best regards: Anabel -- ---------------------------- Ana Isabel Mediavilla Garay Company: GMV S.A. c/ Isaac Newton 11 28760 Tres Cantos (SPAIN) Tlf: + 34 - 91 - 807 ...
Ana Isabel Mediavilla
Mar 3, 2003 at 3:49 pm
Mar 3, 2003 at 4:14 pm -
I've beent trying to build mysql++ on redhat73 with gcc-alt-3.2 ... I keep running into the following error when building with --rebuild from a src rpm... Patch #3 (mysql++-prefix.patch.gz): + ...
Tim Barrass
Mar 31, 2003 at 6:38 pm
Mar 31, 2003 at 6:38 pm -
Hello ! Does anyone manage to compile mysql++ v1.7.9 ? i get this error from automake: examples/Makefile.am: required file `./depcomp' not found and then everything goes wrong in make. I don't want ...
Matrix
Mar 26, 2003 at 8:59 am
Mar 26, 2003 at 8:59 am -
0
BUG
I am using Borland C++ Compiler 5.5, MySQL version 3.23.55, and mySQL++ version 1.7.1 for borland. In the examples found on the website, I ran into a problem. The line (Result res = query.store();) ...John Skovronski
Mar 24, 2003 at 4:23 am
Mar 24, 2003 at 4:23 am -
Hello, MySQL list subscriber! We will be performing maintenance on the servers hosting the MySQL mailing lists this weekend, which will result in some periods of unavailability, and possible delays ...
MySQL List Administrator
Mar 21, 2003 at 9:14 pm
Mar 21, 2003 at 9:14 pm -
Hi, I've been working with mysql++ and a threaded project for a while now, and have been running into some serious issues with corruption of queries. I have two main threads, one which acts a ...
Vincent Cunniffe
Mar 20, 2003 at 2:33 pm
Mar 20, 2003 at 2:33 pm -
Hallo, nach dem ich es nun geschaft habe, die mysqlserver.lib erfolgreich in eine VC6 MFC Anwendung einzubauen, stört mich eigentlich nur, dass die App komplet abbricht, wenn die errmsg.sys nicht ...
Thorsten Kortmann
Mar 19, 2003 at 7:06 pm
Mar 19, 2003 at 7:06 pm -
Hi, sorry for my english, i am german. If i compile my MFC Application with libmysqld.lib and make a call to mysql_server_init(..) in App::InitInstance() i become this error: HEAP[my.exe]: Invalid ...
Fanatic-System
Mar 15, 2003 at 6:14 pm
Mar 15, 2003 at 6:14 pm -
From: Armin Kofler Hmmm. That didn't work, but setting it to "Use MFC in a Shared DLL" did work (it was set to "Not using MFC"). Well, when I say *work*, it compiled and linked with no errors... Paul ...
Paul Harman
Mar 14, 2003 at 1:19 pm
Mar 14, 2003 at 1:19 pm -
Hi All, I am a newbie student working on a project with C++ and MySQL on Solaris. Just downloaded mySQL++ 1.7.9 and currently having some problems compiling the API. I am using GCC 2.9.5.2.1 on ...
Mr Swa Win Kyaw
Mar 14, 2003 at 6:41 am
Mar 14, 2003 at 6:41 am -
Hi, I would like to enquire abt Result datatype in MySql++. After getting songList, Result songList=dac.getSong(); 1. Is it possible for me to get a specific record out? 2. Is it possible for me to ...
Tan Siewling
Mar 12, 2003 at 4:46 pm
Mar 12, 2003 at 4:46 pm -
I'm experiencing great difficulties compiling & linking my C++ application, using Visual C++ 6.0, with MySQL++ I've looked through the provided samples - which all compile and link perfectly well - ...
Paul Harman
Mar 12, 2003 at 4:45 pm
Mar 12, 2003 at 4:45 pm -
Dear Sir, This proposal should not be a surprising to you, as we have not had any personal contact. Though things of progress comes like these as a surprise to many lives especially for the less ...
JOSE SAVIMBI
Mar 12, 2003 at 8:28 am
Mar 12, 2003 at 8:28 am -
Hi there, i was using mysql++ api for a program.The difficulty that i m having is extracting the no of fields got in a row(the field count). I have used the row.size() function which returns a type ...
Prateek mathur
Mar 11, 2003 at 8:55 am
Mar 11, 2003 at 8:55 am -
Hi again, I'm also wondering if there is an asynchronous (non-blocking) C++ Interface available for MySQL. I looked over the MySQL++ API quickly and it appears to be synchronous (blocking). If ...
Paul Medynski
Mar 10, 2003 at 2:51 am
Mar 10, 2003 at 2:51 am -
Dear plusplus , äÁâ¤Ã«Í¿·ì ( www.microsoft.com ) áÅÐ áÁç¤ÍÒ¿Õ( www.mcafee.com ) à¾Ôè§¾ºäÇÃÑʵÑÇãËÁè «Öè§ÊÒÁÒöÊÃéÒ§¤ÇÒÁàÊÕÂËÒÂÁÒ¡·ÕèÊØ´à·èÒ·ÕèÁÕÁÒ áÁç¤ÍÒ¿Õà¾Ôè§¾ºäÇÃÑʵÑǹÕé àÁ×èͺèÒ Çѹ·Õè ...
Esoiewfffrl
Mar 8, 2003 at 6:21 am
Mar 8, 2003 at 6:21 am -
Does anyone know of a good light database to use? I tried sqlite and it requires that I use tcl for scripting. Then I have to call a API. I am hoping that windows ms sql has something. Does any one ...
Scott Thorpe
Mar 5, 2003 at 9:17 pm
Mar 5, 2003 at 9:17 pm -
hi everybody, i'm trying to add a udf to mysql that itself accesses the database. anybody ever tried that? i want a function to dynamically create a database, symbolic links and tables. i thought it ...
Maurizio Oristanio
Mar 5, 2003 at 3:21 pm
Mar 5, 2003 at 3:21 pm -
I download the mysql++, but I found out that in the mysql++, there is an include <undef_short which I can't find it in the package. Anyone has ideas of where I can find this undef_short. I use rpm ...
Benny Ho
Mar 5, 2003 at 7:42 am
Mar 5, 2003 at 7:42 am -
Hi, Where can I download sql++ for windows interface? thanks Joe Ezrahi
Joe
Mar 5, 2003 at 6:38 am
Mar 5, 2003 at 6:38 am -
Hi, I need to connect from C++ program on SGI Irix6.5 (working with CAVE libraries) to remote mysql database. I did download source distribution of MySQL++ and I am trying to compile and install on ...
Anahit Mailyan
Mar 5, 2003 at 6:03 am
Mar 5, 2003 at 6:03 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 34 |
posts | 58 |
users | 38 |
website | mysql.com |
irc | #mysql |
38 users for March 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)