Search Discussions
-
Basically: If I have a Connection object per thread, is the remainder of MySQL++ thread safe? I have been experiencing seg faults within Result::store() and Result::storein() under Solaris 8 on a ...
André Schoorl
Feb 28, 2001 at 1:26 am
Feb 28, 2001 at 11:21 am -
Hi there, I am just beginning to experiment with MySQL and wanted to use the "official" C++ API: MySQL++. I got the archive, untared it in /usr/local and did "automake", "autoconf", "configure", ...
Christian Winkgen
Feb 21, 2001 at 2:45 pm
Feb 22, 2001 at 12:24 pm -
Hi, I noticed that there was no Visual C++ port yet available of MySql++, and because Visual C++ is the only compiler i can use at the moment, i started porting the C++ Builder version to Visual C++ ...
The Lazy Fox
Feb 1, 2001 at 11:12 pm
Feb 2, 2001 at 10:22 pm -
I have RedHat6.2, 128MB Ram, MySQL Server version 3.23.32 and mysql++-1.7.8-1 I have a very simple client that simply fetches the same "text" field over and over again. The client quickly sucks up ...
Michael P Vosseller
Feb 14, 2001 at 2:55 am
Feb 19, 2001 at 5:20 pm -
<привет Is this code buggy? Row Dictionary::retrieveRow(OID oid) { Query query; query << " SELECT description FROM Dictionary WHERE oid = '" << oid << "'"; return query.store()[0]; } </привет
Konstantin Osipov
Feb 6, 2001 at 2:49 pm
Feb 8, 2001 at 4:20 am -
I've downloaded the official MySQL C++ API v1.7.8 as well as the windows MySQL 3.23.33 source. I also tried the MySQL++ 1.7.1 for Borland C++ 5.* for Windows and had no luck getting it to work ...
Pete Mallett
Feb 14, 2001 at 7:42 pm
Feb 15, 2001 at 6:40 am -
malloc crash when attemting to free automatic variables. quick fix: replace `mysql.options.my_cnf_file="my";' to `mysql.options.my_cnf_file=strdup ("my");' in mysql++-1.7.8/sqlplusint/connection.cc ...
Nikki Chumakov
Feb 14, 2001 at 6:46 am
Feb 14, 2001 at 12:51 pm -
Hi and thanx for your answer. I'm wondering what's the best way is to retrieve the data from a query. What I want to do is: Show the user a list of all the results from his query. Since this list can ...
Martin Thoma
Feb 8, 2001 at 1:57 pm
Feb 8, 2001 at 3:55 pm -
Tello, Fredy Ramiro
Feb 27, 2001 at 1:12 pm
Feb 27, 2001 at 5:47 pm -
Hi! I finished the Visual C++ port! You can download it from the following location: ftp://foxden.dhs.org/mysql/mysql++-1.7.1-win32-vc++.zip It compiles and works alright with me, but I can't make ...
The Lazy Fox
Feb 19, 2001 at 10:39 am
Feb 20, 2001 at 4:22 pm -
Hi! I have got a problem with NULL Values and SSQLS. I've set up this SSQLS: sql_create_8(rotamerlibrary, 1,8, string, Entry, string, Chain_Id, string, res_id, string, Seq_No, float, chi1, float, ...
Frank Gerrit Zoellner
Feb 9, 2001 at 9:23 am
Feb 9, 2001 at 7:44 pm -
Hi all, I tried using #define MYSQL_NO_SHORT_NAMES in order to get around some name collisions, but received the following error. /usr/include/sqlplus.hh:79: undef_short: No such file or directory Is ...
David Birchfield
Feb 6, 2001 at 7:16 pm
Feb 6, 2001 at 8:41 pm -
I am using mysql++ and trying to compile the application on Solaris 2.6 using gcc 2.95.2 My application uses the DateTime as datatype for one of the fields and I get this error when compiling. Has ...
Parag Doshi
Feb 28, 2001 at 5:35 pm
Feb 28, 2001 at 5:35 pm -
Has anybody got MySQL++ functioning in Solaris 2.6? I have successfully built libsqlplus.a on Solaris 2.6 using GCC 2.95.2 and libstdc++ 2.8.1. When I try to make examples that came with the mysql++, ...
Ankur Shah
Feb 22, 2001 at 9:35 pm
Feb 22, 2001 at 9:35 pm -
Hi all, I've a little problem at the linking stage. I've always have the following error : -lInventorXt -L/usr/lib/mysql -lmysqlclient -lsqlplus -lpthread -L/usr/X11R6/lib -lX11 -lGL -lGLU -lGLw ...
Cyril ZEKSER
Feb 22, 2001 at 10:52 am
Feb 22, 2001 at 10:52 am -
Linux with mysql and c++API I'am trying to connect to an Mysql database trough c++ API (1.7.8) The program compiles just fine but when i try to run it I get the message Segmentation fault core ...
Jarle rudihagen
Feb 22, 2001 at 9:47 am
Feb 22, 2001 at 9:47 am -
Hi, I'm very much a newbie at this, so please understand if my question is simplistic. I'm trying to put a NULL value into a couple of field to get auto-incrementing to work and a timestamp to work. ...
Eric Vaandering
Feb 21, 2001 at 7:46 pm
Feb 21, 2001 at 7:46 pm -
I get this error when I try to compile/run the simple1 example: /usr/local/i686-pc-linux-gnu/bin/ld: warning: libmysqlclient.so.6, needed by ../sqlplusint/.libs/libsqlplus.so, may conflict with ...
James Gosnell
Feb 21, 2001 at 12:26 am
Feb 21, 2001 at 12:26 am -
Hello, has anyone succeeded in using mysql++ 1.7.8 on irix 6.5? When I try running an example program it segfaults at: con.real_connect(DATABASE,HOST,USER,PASSWORD,3306,(int)0,60,NULL); There is ...
Jonah Michaud
Feb 20, 2001 at 9:20 pm
Feb 20, 2001 at 9:20 pm -
Hi, The README file incorrectly states that to install MySQL++ into other directory than /usr/local, the configure script should be run with --with-prefix=..., when it should be run with --prefix=... ...
Johann Gunnar Oskarsson
Feb 20, 2001 at 1:03 pm
Feb 20, 2001 at 1:03 pm -
I am trying to compile mysql++ on Solaris2.6 and when compiling in the the examples directory, I am getting the following link error. --------8<--------8<--------8<-------- gcc -fomit-frame-pointer ...
Parag Doshi
Feb 19, 2001 at 11:19 am
Feb 19, 2001 at 11:19 am -
Hi, I'm trying to use MySQL++ on VC6.0, but I can't build it. I have cygwin installed and gcc 2.95.2-6. The make fails at the include line of the makefile.win (rename to makefile and put in the ...
Michael Grimard
Feb 14, 2001 at 7:18 pm
Feb 14, 2001 at 7:18 pm -
Hi, I'm a complete newbie to Mysql++, I have searched around for quite some time, but I can't find a host that already has it configured. Is there anything that must be done other than uploading the ...
Alec Solway
Feb 14, 2001 at 7:00 am
Feb 14, 2001 at 7:00 am -
I get a seg fault for everything I try to run with mysql++ and gcc on RH. 7. Why is this, and what is the fix? I looked through the mailing list, and found a post that gave a line to comment out ...
Mike W. Baranski
Feb 8, 2001 at 9:23 pm
Feb 8, 2001 at 9:23 pm -
Hi ! I'm using VC++ on Win98. I discovered that while a result-set is open, that table cannot be updated – even by other processes. pRes = mysql_use_result(m_pMySql) while((row = ...
Martin Thoma
Feb 8, 2001 at 1:02 pm
Feb 8, 2001 at 1:02 pm -
Hi ! A question concerning the C-API: What are mysql_start_slave() and mysql_stop_slave() for ? This functions are listed in 23.3 C API Function Overview, but are descripted nowhere. Regards Martin
Martin Thoma
Feb 8, 2001 at 11:30 am
Feb 8, 2001 at 11:30 am -
All, I have just finished reading the mysql++ documentation and look forward to using it in my applications. I was wondering if there has been any thought about placing the mysql++ code into it's own ...
Peter J Jones
Feb 7, 2001 at 4:34 pm
Feb 7, 2001 at 4:34 pm -
In attempting to write a client API to MySQL using Dinkumware libraries instead of the gcc standard libraries, we have discovered that the headers included with the MySQL++ (v. 1.7.8) are out of ...
Jim Brokaw
Feb 6, 2001 at 5:29 pm
Feb 6, 2001 at 5:29 pm -
0
BadQuery
<hi Somebody, please explain me, how can i find out sql clause throwed exception? In most cases BadQuery::error contains something like "You have an error in your sql syntax near (guess it)". </hiKonstantin Osipov
Feb 6, 2001 at 10:29 am
Feb 6, 2001 at 10:29 am -
Hello I tried to debug using gdb under RH6.2 a simple application that I created. I even recompiled and reinstalled mysql++-1.7.8 with -g -O0, I still have the same problem. This GDB was configured ...
Magnus J
Feb 3, 2001 at 6:12 am
Feb 3, 2001 at 6:12 am -
Hello All, Does someone know of a simple and efficient way to get time differences? I will have a table with a timestamp field that has entries in it and I was to be able to set up a statement that ...
Lonnie
Feb 1, 2001 at 10:41 pm
Feb 1, 2001 at 10:41 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 31 |
posts | 60 |
users | 35 |
website | mysql.com |
irc | #mysql |
35 users for February 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)