FAQ

Search Discussions

31 discussions - 60 posts

  • 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é SchoorlAndré 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 WinkgenChristian 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 FoxThe 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 VossellerMichael 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 OsipovKonstantin 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 MallettPete 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 ChumakovNikki 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 ThomaMartin Thoma
    Feb 8, 2001 at 1:57 pm
    Feb 8, 2001 at 3:55 pm
  • Tello, Fredy RamiroTello, 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 FoxThe 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 ZoellnerFrank 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 BirchfieldDavid 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 DoshiParag 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 ShahAnkur 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 ZEKSERCyril 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 rudihagenJarle 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 VaanderingEric 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 GosnellJames 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 MichaudJonah 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 OskarssonJohann 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 DoshiParag 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 GrimardMichael 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 SolwayAlec 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. BaranskiMike 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 ThomaMartin 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 ThomaMartin 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 JonesPeter 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 BrokawJim Brokaw
    Feb 6, 2001 at 5:29 pm
    Feb 6, 2001 at 5:29 pm
  • <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)". </hi
    Konstantin OsipovKonstantin 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 JMagnus 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 ...
    LonnieLonnie
    Feb 1, 2001 at 10:41 pm
    Feb 1, 2001 at 10:41 pm
Group Navigation
period‹ prev | Feb 2001 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions31
posts60
users35
websitemysql.com
irc#mysql

35 users for February 2001

The Lazy Fox: 8 posts Martin Thoma: 6 posts Johann Gunnar Oskarsson: 5 posts Konstantin Osipov: 3 posts Christian Winkgen: 2 posts David Birchfield: 2 posts Eugene Sizikoff: 2 posts Imam Siswanto: 2 posts Michael P Vosseller: 2 posts Mr.Y.SHIVAKANT: 2 posts Parag Doshi: 2 posts Alec Solway: 1 post André Schoorl: 1 post Ankur Shah: 1 post Chris Anderson: 1 post Cyril ZEKSER: 1 post Dave Waller: 1 post Eric Vaandering: 1 post Frank Gerrit Zoellner: 1 post James Gosnell: 1 post
show more
Archives