FAQ

Search Discussions

23 discussions - 42 posts

  • 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 CiobanuVladimir 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 ...
    JlozaJloza
    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 RaderMark 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 TatianaBubulac 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, FlorentSauriat, 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 KusimaIsen 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?
    JlozaJloza
    Jan 30, 2002 at 9:51 am
    Jan 30, 2002 at 10:31 am
  • Vishal AsthanaVishal 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 DESPRIEEMathieu 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 BartoliniGabriele 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 SinkaThomas 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 SinkaThomas 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, ...
    LorenzoLorenzo
    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 StewartFraser Stewart
    Jan 26, 2002 at 8:26 pm
    Jan 26, 2002 at 8:26 pm
  • Hi folks, Does anybody have any (positive) experience in using SSQLS (Specialized SQL Structures) with VC++ ? Please let me know. Regards -W
    Vishal AsthanaVishal 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 RocchiAlessio 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 GilfetherRyan 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 TarasovVadim 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 YonkovitMatt 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 CrumAndrew 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 CrumAndrew 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 ClaussAdam 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.
    VictorVictor
    Jan 3, 2002 at 8:57 pm
    Jan 3, 2002 at 8:57 pm
Group Navigation
period‹ prev | Jan 2002 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions23
posts42
users27
websitemysql.com
irc#mysql

27 users for January 2002

Andrew Crum: 3 posts Bubulac Angela Tatiana: 3 posts Gabriele Bartolini: 3 posts Vishal Asthana: 3 posts Vladimir Ciobanu: 3 posts Thomas Sinka: 2 posts David B. Held: 2 posts Isen Kusima: 2 posts Jloza: 2 posts Paul Aitman: 2 posts Vincent Besson: 1 post Adam Clauss: 1 post Alessio Rocchi: 1 post D. Stimits: 1 post Francois Toubol \(Business E-Mail\): 1 post Fraser Stewart: 1 post Ken Weinberger: 1 post Lorenzo: 1 post Mark Rader: 1 post Mathieu DESPRIEE: 1 post
show more
Archives