Search Discussions
-
I am doing a SELECT with mysql++ which returns approx 139,000 rows. When I do the SELECT in mysql, it takes about a minute or two to do the query and print the results. When I do it in mysql++, it ...
John Hunter
Jul 29, 2001 at 1:22 am
Jul 30, 2001 at 3:10 pm -
Hello, First I'll list out the vitals. I'm using: Red Hat 7.1 (using Ximian's Red Carpet) mysql 3.23.36-1 mysql-devel 3.23.36-1 mysql-server 3.23.36-1 mysqlclient9 3.23.22-4 php-mysql 4.0.4pl1-9 ...
Charles Iliya Krempeaux
Jul 19, 2001 at 8:14 am
Jul 21, 2001 at 3:46 pm -
hi! on redhat 7.1 , i install mysql: #rpm -i MySQL-3.23.39-1.i386.rpm #rpm -i MySQL-client-3.23.39-1.i386.rpm it's successful. and then i run: #/usr/bin/mysqladmin -u root -password ...
Coolwyc
Jul 18, 2001 at 1:41 am
Jul 18, 2001 at 11:00 am -
Hi, I tried to translate my program in VC++, without MFC, without precompiled headers, and with MySQL++. It seems like I have the same properties like in the m++'s example for console, what works and ...
Opi
Jul 25, 2001 at 10:24 am
Jul 25, 2001 at 10:37 am -
Hello, Is anywhere a tutorial of working with NULL values in mysql++? Where is problem of NULL values in mysql++ described? If I use custom1.cc example for table mysql create table stock (item ...
Pavel Matula
Jul 11, 2001 at 1:20 pm
Jul 11, 2001 at 4:39 pm -
I'm tryed all wrappers, with the same result: the libmysql that goes with mysql isn't recognized by mingw 2.95.2; Someone can help me (and probably a lot of mingw users) pointing, if exists, a mingw ...
Mauro Ferreira
Jul 31, 2001 at 2:08 am
Aug 1, 2001 at 4:59 pm -
Hello, I was wondering if there was an archive for this mailing list. (And if there is, if someone could point me to it.) I didn't notice a reference (a link) to one on the MySQL.com website. That ...
Charles Iliya Krempeaux
Jul 17, 2001 at 9:36 pm
Jul 19, 2001 at 3:05 pm -
Hello. My name is Mike. I writing a C++ program to access a MySQL database. I have MySQL server running on Linux Mandrake 8.0. I downloaded mysql++-1.7.9 version from the internet and installed it ...
Malkhaz Mangoshvili
Jul 5, 2001 at 1:09 am
Jul 5, 2001 at 9:57 am -
my applications compiles without errors but when i run it, it can't find a certain file i don't know how to fix this, please help [roo[email protected] StatGen]# c++ -I/usr/local/include/mysql/ -L ...
TdC
Jul 3, 2001 at 5:18 pm
Jul 3, 2001 at 7:14 pm -
I tried both Marco's and John's approaches. I still have to kill the make process. I set the system time right, it was 1904. Didn't help. Maybe my hardware and OS is too old. It's a PowerPC with Red ...
Tobias Bohlin
Jul 30, 2001 at 9:27 pm
Jul 30, 2001 at 11:10 pm -
Hi list! First I put the *.tar.gz in /tmp and executed gunzip + tar -xvf on it. Issued automake and got: automake: Makefile.am: required file '.\INSTALL' not found automake: Makefile.am: required ...
Tobias Bohlin
Jul 30, 2001 at 7:39 pm
Jul 30, 2001 at 7:58 pm -
Hi, We are evaluating MySQL for use in our product. And we are contemplating on using Native DB calls rather than using ODBC. I presume that MySQL++ is a Native API. What i would want to know is ...
Surpanini Sridhar Rao
Jul 12, 2001 at 4:23 am
Jul 12, 2001 at 7:32 am -
Hello, Some queries I've built contain escape characters like \ or ' and will provoke errors in mysql... What is the best way to correct these queries ? Is there a function in mysql ++ which can ...
Trem
Jul 9, 2001 at 10:29 am
Jul 9, 2001 at 2:37 pm -
Hello Folks, I am trying to store a blob image using both code I have written and the example. The image size is about 10 Mb. Both pieces of code consistently give the same error. Error: MySQL server ...
Mark Rader
Jul 3, 2001 at 10:38 pm
Jul 3, 2001 at 10:50 pm -
I would like to write a customized mysql client for windows. I tried to compile mysql++-1.7.9 but it didn't work. Then I read in the Readme that there were all kinds of problems with using gcc 2.95.3 ...
Ryan Boder
Jul 30, 2001 at 10:22 pm
Jul 30, 2001 at 10:22 pm -
Hello ! I'm using gnu mingw 2.95.2 with Dev-C++ 4.01, under win98se. Can someone point to me some small but complete examples of libmysql use (a samples select & show via cout, a insert and/or ...
Mauro Ferreira
Jul 30, 2001 at 2:29 pm
Jul 30, 2001 at 2:29 pm -
I am new in c++/mysql++ programming, can anybody give me a simple example makefile for a "helloworld" program? The example makefile of the document of the mysql++ is too complicated to follow for me. ...
Oo cc
Jul 29, 2001 at 2:50 am
Jul 29, 2001 at 2:50 am -
I want to know if a table exists in a database, how can i do to get this information in the best way? ---------------------------------------------------------------------------- --- If debugging is ...
Lorenzo
Jul 27, 2001 at 9:56 am
Jul 27, 2001 at 9:56 am -
To: '[email protected]' Subject: problem with sql_create_# and enum Hello, I am using the mysql++ api and i have the following problem , I want to create a struct to insert values into a ...
Bert huygens
Jul 23, 2001 at 5:58 am
Jul 23, 2001 at 5:58 am -
I saw in the MySQL++ source that the email of this list is shown as "[email protected]", whereas the web page shows just "[email protected]". Some I'm sending this to test if it ...
D. Stimits
Jul 22, 2001 at 10:59 pm
Jul 22, 2001 at 10:59 pm -
Is it possible to compile the MySQL++ libraries with the Sun Workshop v. 6 compilers? I know it compiles the gcc 2.95, but our admin doesn't like freeware compilers on the sun systems. Thanks, Brad ...
Brad Teale
Jul 19, 2001 at 7:00 pm
Jul 19, 2001 at 7:00 pm -
hi! I have been install mysql using mysql-3.23.39-pc-linux-gnu-i686.tar.gz. The install path is /usr/local/mysql-3.23.39-pc-linux-gnu-i686. How to uninstall it? Can I remove the directory directly? ...
Coolwyc
Jul 18, 2001 at 6:23 am
Jul 18, 2001 at 6:23 am -
Hi! This might be a newbie question (since I am one when it comes to mySql++), but how do I do conversions from the datatypes in the API. I mean, normally I can just send the data into a string ...
Ronny Hanssen
Jul 17, 2001 at 5:26 pm
Jul 17, 2001 at 5:26 pm -
Hi, My system is a RedHat Linux 7.0, with the compiler downgraded to 2.95.3. I downloaded the source for MySQL++, but am getting an unresolved external when running make. I did: # ./configure ...
Carlos Moreno
Jul 16, 2001 at 1:22 am
Jul 16, 2001 at 1:22 am -
Hi, I am trying to store fax images in mysql (they are about 1K per page), which comes in as binary data. I am able to use mysql_escape_string(data, fax, sizeof(fax)) to get the data into mysql, as ...
Joe Johnson
Jul 11, 2001 at 9:42 pm
Jul 11, 2001 at 9:42 pm -
hello, is there a method in MySql++ to get a value inserted to auto_increment column? Thanks, .:: Andrius Armonas ::. .:: [email protected] ::. .:: http://baubas.andrius.org ::.
Andrius Armonas
Jul 9, 2001 at 4:45 pm
Jul 9, 2001 at 4:45 pm -
/home/tdc/Packages/installed/mysql++-1.7.8/sqlplusint/.libs/libsqlplus.so.1.0.7 /home/tdc/Packages/installed/mysql++-1.7.8/sqlplusint/.libs/libsqlplus.so.1 ...
Najaf Ali Shah
Jul 4, 2001 at 3:08 am
Jul 4, 2001 at 3:08 am -
Hi I have considerable experience in C++ programming and in manipulating MySQL databases with PHP. I have to make a very simple program which just adds records to a database. The database will be on ...
Najaf Ali Shah
Jul 3, 2001 at 8:25 pm
Jul 3, 2001 at 8:25 pm -
I have a problem to access to a remote mysql database. I use this command to connect: mysql_real_connect(&mysql, "www.nexitonline.com",[username],[pwd],[database], 0, NULL, 0) and it works fine if ...
Giangy
Jul 3, 2001 at 1:01 pm
Jul 3, 2001 at 1:01 pm -
Erik, MySql lib needs network (winsock) support. SOCKET is defined in winsock2.h you have to include this header file before the windows.h in your cpp file. #include <winsock2.h #include <windows.h ...
Patrice BEAUJOLIN
Jul 2, 2001 at 10:12 am
Jul 2, 2001 at 10:12 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 30 |
posts | 70 |
users | 38 |
website | mysql.com |
irc | #mysql |
38 users for July 2001
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)