FAQ

Search Discussions

48 discussions - 104 posts

  • Hi I meet with same error messages as [email protected]. I also run the samples in mysql++1.7.8.tar.gz, it always core dumped. My OS is turbolinux 2.2.17-1, c++ version 2.95. Why does it always show ...
    Dick caoDick cao
    Mar 27, 2001 at 1:57 am
    Apr 1, 2001 at 9:30 am
  • when you are compiling do you have to link the libraries a certain way? i keep getting these errors when i -o my program...
    BrandonBrandon
    Mar 7, 2001 at 8:52 am
    Mar 9, 2001 at 5:56 am
  • Forwarded by Patrick Agergaard <[email protected] ----------------------- Original Message ----------------------- From: Patrick Agergaard <pta6[email protected] To: [email protected] Date: Tue, 27 Mar ...
    Patrick AgergaardPatrick Agergaard
    Mar 27, 2001 at 8:37 pm
    Mar 28, 2001 at 11:31 am
  • Hi I am trying to compile and link a C++ program on my Win98 system to connect to my (installed) MySQL, but my linked keeps talking about some "unresolved external call" (mysql_real_connect() and ...
    Patrick AgergaardPatrick Agergaard
    Mar 25, 2001 at 7:49 pm
    Mar 27, 2001 at 5:20 am
  • hi how do I build a static executable file using mysql? i have tried this command: c++ simple8March.cc -I/usr/include/mysql -L/usr/lib -L/usr/lib/mysql -static -lsqlplus -lmysqlclient -o ...
    Terrence MoodleyTerrence Moodley
    Mar 8, 2001 at 3:10 pm
    Mar 8, 2001 at 5:41 pm
  • Hi all, someone can explain me how I get compiled a programme with the mysql++-API. I tried many things. For example: --------- g++ -I/home/users/jens/local/mysql++-1.7.8/include ...
    Jens WarfsmannJens Warfsmann
    Mar 14, 2001 at 3:34 pm
    Mar 15, 2001 at 7:15 am
  • I am 15, live in Georgia, USA, and I have been using MySQL and PHP together for quite a while. I had also been programming in C++ for about a year and a half. My first attempt at programming in C++ ...
    Matt TMatt T
    Mar 29, 2001 at 11:22 pm
    Mar 30, 2001 at 6:22 pm
  • Hi, I am looking for a plusplus debian package. Can anyone tell me where could I find one? Thanks Patrick
    Patrick VogelPatrick Vogel
    Mar 13, 2001 at 9:31 am
    Mar 30, 2001 at 2:59 pm
  • Haven't got any answers since my last post so i repeat it once more. I can not find the class-API docs. I've looked around the accompanying docs and on the MySQL-site (www/ftp) but it seems it is not ...
    Mikael BerglundMikael Berglund
    Mar 29, 2001 at 12:35 pm
    Mar 29, 2001 at 2:24 pm
  • Hello, I'm having difficulties connecting to the MySQL database on my local server. I set up a test program that simply connected to the database, retrieved some row information, and exited. It never ...
    Mike CardosaMike Cardosa
    Mar 27, 2001 at 11:10 pm
    Mar 29, 2001 at 1:47 pm
  • Daemons!!!! I can compile (aleluya!!!) the examples in the MySQL++ examples directory with Borland Builder C++ 5.0 but now when I (by example) add to a project the example (#include "findfield1.cpp") ...
    PresupuestosPresupuestos
    Mar 26, 2001 at 6:57 pm
    Mar 27, 2001 at 11:16 am
  • Hi! I just don't get it... I create a new project Win32 Concole app, insert a few statements like ---- Connection con("dbTest"); Query qry = con.query(); Result res; qry << "select * from dbTbl"; ... ...
    Martin BergeronMartin Bergeron
    Mar 31, 2001 at 8:42 pm
    Mar 31, 2001 at 10:23 pm
  • Well, according to J G Oskarsson in a personal email these docs ARE present in the downloadable mysql++-manual at mysql.com. I did download these and checked but maybe i did not check hard enough ...
    Mikael BerglundMikael Berglund
    Mar 30, 2001 at 6:43 am
    Mar 30, 2001 at 7:18 am
  • I downloaded it but it seems to be the same docs that are supplied with the mysql++-archive. I don't know if i'm unclear when i write 'class-API documentation' but what i'm after is a listing och all ...
    Mikael BerglundMikael Berglund
    Mar 29, 2001 at 2:53 pm
    Mar 30, 2001 at 6:15 am
  • I am having trouble getting the simplest connections to work with mysql++. The fillowing is a simple test program I wrote to do an insert. #include <iostream #include <iomanip #include <sqlplus.hh ...
    Mark RaderMark Rader
    Mar 28, 2001 at 5:51 am
    Mar 28, 2001 at 7:46 am
  • Yeah, I've replaced the connection.cc file with the one sent by Mr. Johann and rebuild the mysql++ source code. It DOES work very well and never show "core dumped". Thanks. Lian Yifeng [email protected]
    Lian YifengLian Yifeng
    Mar 26, 2001 at 1:30 pm
    Mar 27, 2001 at 8:16 pm
  • I downloaded and installed MySQL3.23.35 and MySQL++1.7.8 from http://www.mysql.com. But when I run the samples in mysql++1.7.8.tar.gz, it always core dumped. My OS is RedHat7.0, c++ version 2.96. Why ...
    Lian YifengLian Yifeng
    Mar 25, 2001 at 2:31 pm
    Mar 26, 2001 at 12:50 pm
  • Hi, i'm using mysql++_1.7_win32_borland_v1.1 but i don't know how to compile. I had tried with: bcc32 -Lc:\mysql++_1.7_win32_borland_v1.1\lib\deb -Ic:\mysql++_1.7_win32_borland_v1.1\include\sqlplus ...
    Tello, Fredy RamiroTello, Fredy Ramiro
    Mar 24, 2001 at 7:33 pm
    Mar 25, 2001 at 4:24 pm
  • Greetings I'm using mysql++ 1.7.8 on SuSE Linux 7.0 and MySQL 3.23.35. I did a simple program to connect to a table on my database. Connection(...) is OK, Query(...) is OK, but "Result res = ...
    CViniciusMCViniciusM
    Mar 24, 2001 at 1:01 pm
    Mar 24, 2001 at 2:19 pm
  • I'm using the Mysql++ api to write a simple program to update entries in a database. When the program includes an assignment from the Result object to a sql_create'd data structure, I get the ...
    Joseph RichardsJoseph Richards
    Mar 23, 2001 at 6:19 pm
    Mar 23, 2001 at 9:20 pm
  • Is there an archive for this list? I'm having problems with mysql++ on RedHat 7 (i386), gcc-2.95.3, mysql-3.23.35. It looks like the linker is having a problem finding some library, but I have no ...
    Lee KembelLee Kembel
    Mar 23, 2001 at 2:50 am
    Mar 23, 2001 at 1:57 pm
  • Hello ! I have a user-written client (based on the C-API) and want to use it on a WIN2000-network. I want to secure the transmitions in this network. Questions: 1.) Whats the best way ? SSL ? SSH ? ...
    Martin ThomaMartin Thoma
    Mar 18, 2001 at 5:09 pm
    Mar 18, 2001 at 7:23 pm
  • I would like to create a struct with more than 25 items. Last in chapter seven in the documentation it says that I will have to modify the perl script custom.pl. I have no experience at all in perl ...
    Kent DanielssonKent Danielsson
    Mar 17, 2001 at 10:38 am
    Mar 17, 2001 at 10:38 am
  • i have a redhat 7 box and it works fine on that box, but on my debian box it will compile fine but when i try to run it..it says : ./csql: error while loading shared libraries: libsqlplus.so.1: ...
    BrandonBrandon
    Mar 11, 2001 at 3:54 am
    Mar 11, 2001 at 5:15 am
  • Sorry to jump in but the probem may be fixed with a compiler upgrade. To quote redhat. "Several bugs have been found and fixed in the GNU Compiler Collection snapshot which shipped with Red Hat Linux ...
    Mark RaderMark Rader
    Mar 9, 2001 at 4:29 pm
    Mar 9, 2001 at 5:04 pm
  • Hello, I have a strange problem with mysql++ and RedHat 7.0. I've written a little program that uses mysql++. I can Compile and build this program on RedHat 7.0, but when I start the program, it ...
    Torsten HarlingTorsten Harling
    Mar 9, 2001 at 1:55 pm
    Mar 9, 2001 at 4:09 pm
  • Hello, I've been writing some software based on the MySQL database and the MySQL C++ client. The project works, so no problems there. However, while finalizing the project and trying to solve some ...
    Michel StamMichel Stam
    Mar 2, 2001 at 5:44 pm
    Mar 2, 2001 at 7:29 pm
  • Hello plusplus, I have two separate questions. 1. How do you set up a persistent database connection using mysql++ 2. What is the difference between the real connect and the standard connect. Best ...
    Mark RaderMark Rader
    Mar 30, 2001 at 9:28 pm
    Mar 30, 2001 at 9:28 pm
  • Hi helpers, 2 weeks before I send a mail to this list. I had a lot of trouble to link the c++ api for mysql to my programmes. You gave me a lot of hints, so I got it running. GREAT. THANK YOU!!! Best ...
    Jens WarfsmannJens Warfsmann
    Mar 30, 2001 at 9:10 am
    Mar 30, 2001 at 9:10 am
  • I wrote a class using the C++ API. I use the sql_create_X structures, when I put these structures in the header and I include this header file in my main file, I get get these errors: ...
    Ralf BuhlrichRalf Buhlrich
    Mar 30, 2001 at 8:12 am
    Mar 30, 2001 at 8:12 am
  • Ok, thanx :D Why aren't these in the archives anyway? Someone? Regards Mikael Berglund
    Mikael BerglundMikael Berglund
    Mar 30, 2001 at 8:03 am
    Mar 30, 2001 at 8:03 am
  • This is the new connection.cc file sent to me by Mr. Johann. I replaced the original connection.cc in mysql++ source code with this one and rebuild mysql++. After that, running the examples in ...
    Lian YifengLian Yifeng
    Mar 28, 2001 at 6:11 am
    Mar 28, 2001 at 6:11 am
  • This is the new connection.cc file sent to me by Mr. Johann. I replaced the original connection.cc in mysql++ source code with this one and rebuild mysql++. After that, running the examples in ...
    Lian YifengLian Yifeng
    Mar 28, 2001 at 1:26 am
    Mar 28, 2001 at 1:26 am
  • -----Original Message----- From: Lian Yifeng <[email protected] To: [email protected] <[email protected] Date: Monday, March 26, 2001 6:58 PM Subject: Fw: Re: Re: core dumped when using ...
    Mr.Y.SHIVAKANTMr.Y.SHIVAKANT
    Mar 27, 2001 at 3:55 am
    Mar 27, 2001 at 3:55 am
  • Ok, at last started to use MySQL++ (1.7.8) for my little CD-project and can not find the class-API anywhere. I've looked around the docs and on the MySQL-site (www/ftp) but it seems it is not there. ...
    Mikael BerglundMikael Berglund
    Mar 26, 2001 at 7:10 am
    Mar 26, 2001 at 7:10 am
  • Where could I get the new connection.cc file ? David
    David CimadevillaDavid Cimadevilla
    Mar 21, 2001 at 2:25 pm
    Mar 21, 2001 at 2:25 pm
  • Hi! I'm trying to write a little application using mysql++ that inserts some values in MySQL database. The connection and retrieving data goes fine: try{ //never errors here! Connection ...
    Janne LähteenmäkiJanne Lähteenmäki
    Mar 20, 2001 at 4:26 pm
    Mar 20, 2001 at 4:26 pm
  • We have problems using mysql++ on an Alpha machine runing Linux. We are using mysql 3.23.33 and mysql++1.7.8. There are two problems. First we get a segmentation fault because ...
    Ralf HECKHAUSENRalf HECKHAUSEN
    Mar 20, 2001 at 11:04 am
    Mar 20, 2001 at 11:04 am
  • Hi, I'm not sure and I can't check now but you can try: g++ -I/home/users/jens/local/mysql++-1.7.8/include -I/usr/local/mysql/include/mysql ./login/JWmysql.cpp -L/usr/local/mysql/lib/mysql ...
    Jóhann Gunnar ÓskarssonJóhann Gunnar Óskarsson
    Mar 15, 2001 at 12:12 am
    Mar 15, 2001 at 12:12 am
  • I tried it this way: 1 c++ -O2 -Wall -c file.cc -I/.../mysql++-1.7/sqlplusint -I/usr/include/mysql -o file.o 2 c++ -O2 -Wall -L/usr/lib/mysql -o file file.o ...
    Martin SengstschmidMartin Sengstschmid
    Mar 14, 2001 at 4:19 pm
    Mar 14, 2001 at 4:19 pm
  • Hi, I just started with C API. I'm trying the simple example and I received this error: undefined reference to 'mysql_init' Here is my code (kdevelopp1.4 and debian gcc 2.95): #include <mysql.h int ...
    Patrick VogelPatrick Vogel
    Mar 13, 2001 at 9:43 am
    Mar 13, 2001 at 9:43 am
  • I had the same problem. It is interesting to hear that it only happens on RedHat 7.0, because from the workaround it would appear to be a mysql++ and/or mysql client library problem. There are a ...
    Reiland, DougReiland, Doug
    Mar 9, 2001 at 2:17 pm
    Mar 9, 2001 at 2:17 pm
  • Hi, I added to my project : mysql++1_7_1win32_borland_1_1\lib\rel\libmySQL.lib mysql++1_7_1win32_borland_1_1\lib\rel\mysqlplus.lib and copied libmySQL.dll to my project directory. But I get an error ...
    David PICARDDavid PICARD
    Mar 9, 2001 at 1:07 pm
    Mar 9, 2001 at 1:07 pm
  • Hi! You will find on our MySQL++ page two new contribution. One is a port of MySQL++ to MS VC++ 6.0 and the other is a patch to use STLport-4.0 STL libraries instead of GNU libraries. I have finished ...
    Sinisa MilivojevicSinisa Milivojevic
    Mar 9, 2001 at 1:03 pm
    Mar 9, 2001 at 1:03 pm
  • Hi, I've been trying to figure out how to use the MySQL C++ libraries from within MS Visual C++. I've read in some archive somewhere where you can't compile the source itself under C++ due to ANSI ...
    Charlie YounghusbandCharlie Younghusband
    Mar 8, 2001 at 10:25 pm
    Mar 8, 2001 at 10:25 pm
  • Hi, I am trying to write a WinNT client with C++ Builder 5 to access a MySQL server on a Linux platform. I tried both constructors : Connection (const char *db, const char *host = "", const char ...
    David PICARDDavid PICARD
    Mar 8, 2001 at 2:48 pm
    Mar 8, 2001 at 2:48 pm
  • Has anyone had any luck using STLport-4.0 with MySQL++? Thanks in advance, -- André
    André SchoorlAndré Schoorl
    Mar 8, 2001 at 12:40 am
    Mar 8, 2001 at 12:40 am
  • Hi, I want to make a test in Windows NT 4.0 and Windows 98, I have the compiled version of MySQL++ (with Borland) but I don't know how I must to compile my programs. may anybody help me?? Thanks, ...
    Tello, Fredy RamiroTello, Fredy Ramiro
    Mar 2, 2001 at 4:14 pm
    Mar 2, 2001 at 4:14 pm
Group Navigation
period‹ prev | Mar 2001 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions48
posts104
users49
websitemysql.com
irc#mysql

49 users for March 2001

Johann Gunnar Oskarsson: 6 posts Martin Sengstschmid: 6 posts Brandon: 5 posts Mikael Berglund: 5 posts Ralf Buhlrich: 5 posts Lian Yifeng: 4 posts Reiland, Doug: 4 posts Sander Pilon: 4 posts Janne Lähteenmäki: 3 posts Mark Rader: 3 posts Mr.Y.SHIVAKANT: 3 posts Patrick Agergaard: 3 posts Sinisa Milivojevic: 3 posts André Schoorl: 2 posts CassiusVM: 2 posts Charlie Younghusband: 2 posts Clay Daniels: 2 posts David PICARD: 2 posts Florian G. Pflug: 2 posts Kent Danielsson: 2 posts
show more
Archives