Search Discussions
-
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 ...
Mdibella
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 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 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 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 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 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 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 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 ///
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.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 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 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 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 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.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 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 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 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 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, 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 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 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 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 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 ...
Fernando
Nov 18, 2003 at 5:10 pm
Nov 18, 2003 at 5:10 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 25 |
posts | 74 |
users | 21 |
website | mysql.com |
irc | #mysql |
21 users for November 2003
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)