FAQ

Search Discussions

25 discussions - 74 posts

  • First of all, I'm new in mysql lists. Here is the problem: When I load a file(image, pdf, etc.) in the DB using query.execute(), the MySql++ truncates the content of the file when finds a NULL ...
    MdibellaMdibella
    Nov 25, 2003 at 7:10 pm
    Dec 1, 2003 at 11:46 am
  • Hello: I've been unable to build mysql++-1.7.9 since I upgraded to mysql 4.0.14-standard (installed in /usr/local/mysql/). If I run ./configure straight, it fails like this: % ./configure ... ...
    J RobinsonJ Robinson
    Nov 2, 2003 at 5:24 pm
    Nov 4, 2003 at 12:18 pm
  • Hi I trying to install mysql++ on mandrake, but i'm in trouble. with configure, I've got checking for MySQL library directory ... configure error: Didn't find the mysql library dir in ´´ someone got ...
    Denis FABIENDenis FABIEN
    Nov 20, 2003 at 2:11 pm
    Nov 21, 2003 at 1:21 pm
  • Hi I'm just sending this, because my last message returned an errormessage. Jan
    Jan KCJan KC
    Nov 8, 2003 at 11:26 am
    Nov 21, 2003 at 1:07 pm
  • I installed MySQL database server on RedHat Linux 8.0. It os working perfectly fine. I also installed MySql++ 1.7.9-4. I written program in C++ to access Mysql database. But when I complied program, ...
    Sunil GavankarSunil Gavankar
    Nov 16, 2003 at 8:55 am
    Nov 20, 2003 at 12:28 pm
  • Hello, I have installed the MySQL API on a Debian box and am trying to compile a simple1.cc in the examples directory. Its not finding mysql.h, which is included by defs, which is included by ...
    Mohit DewanMohit Dewan
    Nov 7, 2003 at 6:24 pm
    Nov 20, 2003 at 12:27 pm
  • Hi again, I downloaded the MySQL source and it had the mysql.h header file and several other header files in the include/ directory. I was able to get rid of my previous error by copying all these ...
    Mohit DewanMohit Dewan
    Nov 8, 2003 at 6:28 pm
    Nov 20, 2003 at 12:22 pm
  • Hi, I'm using vc++ 6 an get following warrnings while compiling a small programm which just prints a small string to stdout(but I have the same problems If I try to compile the examples from the ...
    Thomas SchneiderThomas Schneider
    Nov 29, 2003 at 8:12 pm
    Dec 2, 2003 at 2:33 am
  • if i open connection for a long time ex. ////// Connection con(use_exceptions); con.connect("mysql_cpp_data"); . . . long time without any action(a few hours) . . . ////// could u tell me, are ...
    /// Blue Sunshine ////// Blue Sunshine ///
    Nov 13, 2003 at 5:03 am
    Nov 20, 2003 at 12:16 pm
  • Length parameter? Do you mean the length that I get with mysql_fetch_lengths() function? I'm having problem to fetch blob data on C API too... after retrieve, the row have just the blob bytes until ...
    Hradec.comHradec.com
    Nov 28, 2003 at 5:31 pm
    Nov 29, 2003 at 12:35 pm
  • Hi, how can I create an table based on a variable? Lets say: Vartable = "mytable"; So I want to send a query based on Vartable. Thx for help Regards Thomas
    Thomas SchneiderThomas Schneider
    Nov 25, 2003 at 6:31 pm
    Nov 25, 2003 at 6:38 pm
  • Hi, I am using Mysql++ library to write a binary data to the mysql database. I need to compress text files and put them in the database and decompress them in the client program.I use the zlib ...
    Mahshid shakibaMahshid shakiba
    Nov 24, 2003 at 6:37 pm
    Nov 25, 2003 at 11:49 am
  • Hi, This message is for Mr Robert Giles who had posted a question about encrypted data and BLOB column. I have the same problem with compressed data and BLOB. i am not able to decompress it after ...
    Mahshid shakibaMahshid shakiba
    Nov 24, 2003 at 7:31 pm
    Nov 25, 2003 at 11:46 am
  • Hi, i'm quite new with this all mysql thing and i have to install the Mysql . I'm using red Hat Linux 9.0 (gcc 3.2.2) and mysql 3.23.57. I've read so many threads about patches and all that stuff ...
    Fernando Alonso RenaultFernando Alonso Renault
    Nov 24, 2003 at 5:38 pm
    Nov 25, 2003 at 11:46 am
  • Anyone could send me an example on how to retrieve a binary data from a blob column in C++ API? []'s Hradec [email protected] www.hradec.com/hradec
    Hradec.comHradec.com
    Nov 6, 2003 at 5:28 am
    Nov 20, 2003 at 12:32 pm
  • Hi all, I'm using mysql 4.0.11a and I meet a probleme with mysql_real_query. It retruns a "commands out of sync" , but my queries are well-ordered. I found another query command called ...
    David WartelDavid Wartel
    Nov 7, 2003 at 2:08 pm
    Nov 20, 2003 at 12:32 pm
  • Hi MySQL++ people I'm currently creating a c++ program using mysql. I have some months experience with c++, but not much with mysql. - I'm running Debian 3.0 r0 - gcc-2.95.4 - mysql-3.23.49 (as ...
    Jan KCJan KC
    Nov 8, 2003 at 10:37 am
    Nov 20, 2003 at 12:31 pm
  • Hello Everyone, I wonder where I can download the mysql++ library for MS VC++ compiler. Any help Please?? Thanks in advance, Mohammad Yassin.
    Mohammad yassinMohammad yassin
    Nov 6, 2003 at 1:28 pm
    Nov 20, 2003 at 12:29 pm
  • I'm programming a server application, using MySQL as the database backend. Something that I've notice though, which poses a critical problem with my server program, is that when the MySQL client ...
    Kevin MihelichKevin Mihelich
    Nov 19, 2003 at 6:56 am
    Nov 20, 2003 at 12:29 pm
  • Hi, I am using mysql++ in my C++ code. Is there any mechanism to allow that when some field of a table changes, my C++ program can detect it, instead of reading the database periodically to check it? ...
    Ruan, SuiRuan, Sui
    Nov 13, 2003 at 9:37 pm
    Nov 20, 2003 at 12:24 pm
  • Yes I can connect w.o. probs from shell and also from the C-API, but not from the C++-API (mysql++). Something happened since the last time thoug. I'm no longer getting the : Error: Can't connect to ...
    Jan KCJan KC
    Nov 10, 2003 at 2:06 pm
    Nov 20, 2003 at 12:23 pm
  • Hello everyone. First of all thanks to Sinisa for the great help so far. It is really appreciated...! I have once again hit a problem- which probably is a fault by myself, yet I do not know how to ...
    Matthias DahlMatthias Dahl
    Nov 4, 2003 at 1:27 pm
    Nov 5, 2003 at 1:19 pm
  • Hi, This message is for Mr Robert Giles who had posted a question about encrypted data and BLOB column. I have the same problem with compressed data and BLOB. i am not able to decompress it after ...
    Mahshid shakibaMahshid shakiba
    Nov 24, 2003 at 7:20 pm
    Nov 24, 2003 at 7:20 pm
  • Are you compiling with the -lsqlplus linking flag? -----Original Message----- From: Sinisa Milivojevic Sent: Thursday, November 20, 2003 7:35 AM To: Sunil Gavankar Cc: [email protected] ...
    Brice McintoshBrice Mcintosh
    Nov 20, 2003 at 11:55 pm
    Nov 20, 2003 at 11:55 pm
  • Hello, I'm new with all the API things, so this is gonna be an easy question: i`m using Red Hat 9 (gcc 3.2.2) and Mysql 3.23.57, and i wanna install the Mysql . I`ve read there are many patches and ...
    FernandoFernando
    Nov 18, 2003 at 5:10 pm
    Nov 18, 2003 at 5:10 pm
Group Navigation
period‹ prev | Nov 2003 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions25
posts74
users21
websitemysql.com
irc#mysql
Archives