Search Discussions
-
18
unsubcribe
unsubcribeJiang, William Kun (William)
Jul 1, 2002 at 12:47 am
Jul 9, 2002 at 9:27 am -
13
still stuck
Hi ++ sql people, I'm still stuck w/ no mysqlclient.lib. I know I must have it somewhere because php works fine. But I want my C++ programs to access it too. I have already done allot to get the ...Danny
Jul 14, 2002 at 12:57 am
Jul 16, 2002 at 6:52 am -
Hello C++ people, It's Danny again. Well my program compiles fine thanks to Bryan and others. Now I have a new problem. My C++ program is called by the apache web server to add records to a data ...
Danny
Jul 18, 2002 at 3:37 am
Jul 20, 2002 at 12:03 pm -
unsuscribe CIRB-CIBG Jean-Pierre Mommens Avenue des Arts, 20 b10 1000 Bruxelles mailto:jpmommen[email protected] Phone (+32)2 235.05.83 http://www.irisnet.be
Jean-Pierre Mommens
Jul 9, 2002 at 6:59 am
Jul 22, 2002 at 11:17 pm -
Im working on a prog. to access a mysqldb...i am trying to use mysql++...here is a bit of code... Row row; cout.setf(ios::left); Result::iterator i; stream = fopen("C:\\output.txt", "a"); for (i = ...
Jose Avila III
Jul 6, 2002 at 4:45 am
Jul 6, 2002 at 12:30 pm -
Can I use MySql++ from several threads, under what conditions? Atl. http://www.pobox.sk/ - najvacsi slovensky freemail
Vladimir Krahulec
Jul 24, 2002 at 10:06 am
Jul 26, 2002 at 1:02 pm -
Hi guys, Have a project with both Gtk-- and MySql++. Due to the fact that MySql++ has a '#define Row MysqlRow', the compiler gets real confused Gtk::CTree_Helpers::Row. (That's right, it thinks it's ...
Bryan W. Headley
Jul 22, 2002 at 3:24 pm
Jul 22, 2002 at 6:38 pm -
Has anyone else observed MySql++ segfaulting during Connection::connect (which makes a call to mysql_real_connect())? I noticed this behavior when running against mysql-3.23.49; system crashes in ...
Bryan W. Headley
Jul 9, 2002 at 10:58 pm
Jul 10, 2002 at 3:39 pm -
Hey gang, I wanted to play with some c++ development in mysql so I went out and got these rpm's MySQL-devel-3.23.51-1 MySQL-client-3.23.51-1 and then installed mysql++-1.7.9. my compiler is ...
Mike Terzo
Jul 29, 2002 at 6:28 pm
Jul 29, 2002 at 8:52 pm -
Manoj Vaddineni
Jul 22, 2002 at 9:05 pm
Jul 23, 2002 at 7:14 am -
Hi VBA Developer, Over 45 MYSQL API (base) functions are now available for using in Microsoft VB,Excel,Word,Visio,Visual FoxPro...etc.Are over 20 examples to learning how you must use this API ...
Gelu Gogancea
Jul 18, 2002 at 8:48 am
Jul 18, 2002 at 9:18 am -
Hello ++ people, Well I got my mysql++ installed w/ the gcc 3.0 path and it appears t be working. I thought after I was done I would find a new library called mysqlclient. It did not show up ...
Danny
Jul 12, 2002 at 7:00 am
Jul 12, 2002 at 5:24 pm -
Hello again c++ mysql people, I sent the below message before but I'm not sure if it made it or not. My email went down for a day. Anyway, can anybody help me with the question below? Thanks Danny ...
Danny
Jul 3, 2002 at 7:18 pm
Jul 11, 2002 at 9:53 am -
Hi! I have a small program that connects to either a RedHat box or my local WinXP. I sometimes get my IP appended to the username ([email protected]...) instead of the name of the local workstation ...
Johan Strand
Jul 9, 2002 at 8:03 am
Jul 9, 2002 at 8:14 am -
Hi, I am not sure if this has been covered in the past and I cant seem to locate a history for this list. My query relates to the use of Visual Studio .NET C++ compiler, with the mysql c++ API ...
Brad Beddoes
Jul 29, 2002 at 3:40 pm
Aug 1, 2002 at 12:48 am -
1
tutorial
hey, i know this is for c++ but just wondering if anyone knows of a c tutorial for mysql? thanks in advanceIain McAleer
Jul 30, 2002 at 8:46 pm
Jul 30, 2002 at 9:29 pm -
My program crashes with a segfault within the mysql++ api or within the mysql client c api which is being called from the c++ api. Below is the source code for my test app and the gdb output of the ...
Jason Kushmaul
Jul 24, 2002 at 3:15 pm
Jul 29, 2002 at 6:47 pm -
To whom it may concern I need help with sql_create. I use VC++, I'm unable to use sql_create_16 and higher.(max is 26 I believe) sql_create_1 through sql_create_15 work properly. regards Martin Côté, ...
Martin cote
Jul 19, 2002 at 8:32 pm
Jul 25, 2002 at 12:04 pm -
Hi Remy, I tried that but comes up with the same error. I have noticed that if the comparator in the sql_create_xx is set to greater than 1 then this problem goes away and i have to use random number ...
Manoj Vaddineni
Jul 23, 2002 at 9:08 pm
Jul 24, 2002 at 7:09 am -
Hallo guys! I have a question: When i try to compile my qt-application, using mysql++, i got the following answer In file included from /usr/include/query1.hh:13, from /usr/include/connection1.hh:20, ...
Michael Ott
Jul 20, 2002 at 2:03 pm
Jul 20, 2002 at 4:32 pm -
Hey Now Danny here again, Reading the directions I need to call mysql_real_connect instead of mysql_connect. mysql_real_connect suggests that I call mysql_options. I don't c that I need to mess w/ ...
Danny
Jul 20, 2002 at 9:53 am
Jul 20, 2002 at 12:03 pm -
Without a doubt I'm a bit behind in the game. But I was wondering if someone would be kind enough to explain how to install MySQL++ on a Win 2000 system. The install notes provided w/ the download ...
Matthew Metnetsky
Jul 19, 2002 at 1:44 pm
Jul 19, 2002 at 10:11 pm -
All - Running the latest MySQL and MySQL++ under Win2k. What are the differences between the libraries: mysql++/lib/mysql++.lib mysql++/mysql/lib/libmySQL.lib Which library to I need to link into a ...
Mark Riehl
Jul 19, 2002 at 3:06 pm
Jul 19, 2002 at 5:23 pm -
Hi, When i use for example under Visual C++ 6 : sql_create_5(stock,...) ... vector <stock res ; query.storein(res) ; the query.storein(res) generates 11 errors. However when i use the query.insert(), ...
zze-FROMY Laurent FTRD/DTL/LAN
Jul 15, 2002 at 7:38 am
Jul 15, 2002 at 7:47 am -
Hello MySQL++-User! I have a problem using mysql++. I try the tutorial-examples and get the following output after starting the application: Segmentation fault Here my scripting: #include <iostream.h ...
Michael Ott
Jul 10, 2002 at 8:34 pm
Jul 12, 2002 at 4:54 pm -
Hey Now it's me again, I had a look at 2.3.2 Applying Patches. But it does not look like the proper way to install the gcc 3.0.4 patch. I was looking for some documentation on it and this was all I ...
Danny
Jul 11, 2002 at 10:12 pm
Jul 12, 2002 at 11:23 am -
Hey there plus plus people, So I downloaded the MySql client and attempted to run automake. I got errors right away. It said something like: Makefile.am: required file ./INSTALL not found. " ./NEWS ...
Danny
Jul 11, 2002 at 4:19 pm
Jul 11, 2002 at 6:40 pm -
This question relates to both mysql in general and the mysql++ C++ API in particular, thus the adressing to both lists. I have a DateTime object (really a formatted string) say "2002-07-10 11:38:38". ...
Richard Fox
Jul 10, 2002 at 4:40 pm
Jul 10, 2002 at 6:29 pm -
Hello! I have a problem! Yesterday i download the new 4.0.2-rpms from the server and install it. After this i try to compile mysql++-source. I try it with 1.7.9, 1.7.8 and 1.7. Every time i get the ...
Michael Ott
Jul 28, 2002 at 1:25 am
Jul 28, 2002 at 1:25 am -
Hi to all. I use: W2000 MySql 3.23.49 MySql++ 1.7.1-1 I've defined a sql_create_x with a DateTime type. When I try to insert in the Db a DateTime in this way: MyTable mt; DateTime dt; // fill dt ...
Alessandro Peverelli
Jul 25, 2002 at 8:38 am
Jul 25, 2002 at 8:38 am -
Hi, I am having internal compiler errors while compiler the code with the sql_create_xx macro. This error is intermittent. I am using this macro in the MySQL C++ MFC example from the website. I have ...
Manoj Vaddineni
Jul 22, 2002 at 5:11 pm
Jul 22, 2002 at 5:11 pm -
Добрый день. Мы занимаемся разработкой и сопровождением различных программ. Если Вам требуется надежный помощник, который великолепно считает, никогда не ошибается и никогда не опаздывает на работу - ...
�������
Jul 22, 2002 at 3:00 pm
Jul 22, 2002 at 3:00 pm -
MySQL++ is clearly LGPL, not GPL, so what's this nonsense about?: http://www.mysql.com/downloads/api-mysql++.html -- Murray Cumming [email protected] www.murrayc.com
Murray Cumming
Jul 20, 2002 at 2:29 pm
Jul 20, 2002 at 2:29 pm -
I've been using MySQL through another language (at a higher level) and now I want to start using it directly through C++. I have the book "MySQL" by Paul DuBois and started reading chapter 6 on the ...
Seth Willits
Jul 20, 2002 at 1:55 am
Jul 20, 2002 at 1:55 am -
I downloaded the binary zip file of mySQL (mysql-3.23.51-nt.zip) and installed it on my windows 2000 machine. I set up a very simple database and wrote a program in Visual C++ 6.0 to see if I could ...
Dpp7001
Jul 19, 2002 at 5:25 pm
Jul 19, 2002 at 5:25 pm -
Without a doubt I'm a bit behind in the game. But I was wondering if someone would be kind enough to explain how to install MySQL++ on a Win 2000 system. The install notes provided w/ the download ...
Matthew Metnetsky
Jul 18, 2002 at 1:24 pm
Jul 18, 2002 at 1:24 pm -
Hi! if i will be using the C++ API of mysql, does it mean that i have to use MySQL++ also? or is there a c++ api for mysql? TIA -- Jan Michael C Alonzo email: <[email protected] GnuPG key: ...
Michael C Alonzo
Jul 13, 2002 at 6:48 pm
Jul 13, 2002 at 6:48 pm -
I wrot a prog using mysql++, and can run it on my comp; however, i cannot run it on other comps. i have libmySQL.dll on the other machine, but i got an 0X000005 error on the other comp...is there ...
Jose Avila III
Jul 12, 2002 at 12:37 pm
Jul 12, 2002 at 12:37 pm -
Вам крупно повезло, у нас есть все: экскурсионные туры, визы, автобусные билеты и автобусы! Агенство по туризму и международным автобусным перевозкам "Балтик-Экспресс" предлагает: Ежедневные ...
������ ��������
Jul 12, 2002 at 6:57 am
Jul 12, 2002 at 6:57 am -
This question relates to both mysql in general and the mysql++ C++ API in particular, thus the adressing to both lists. I have a DateTime object (really a formatted string) say "2002-07-10 11:38:38". ...
Richard Fox
Jul 10, 2002 at 4:43 pm
Jul 10, 2002 at 4:43 pm -
Introducing DIGITAL TAPLOCK our Always Encrypted Hardware & Software Solution. I extend a warm welcome for you to look at our line of corporate and executive data encryption software and hardware ...
TAPSEC Mailer
Jul 9, 2002 at 11:11 pm
Jul 9, 2002 at 11:11 pm -
Уважаемые дамы и господа! Тем, кому особенно необходимо восстановить свое здоровье, Медицинский центр "Андромед" предлагает свою помощь. В нашем Центре Вам предоставят целый комплекс медицинских ...
����� ��������
Jul 9, 2002 at 7:34 am
Jul 9, 2002 at 7:34 am -
0
Stupid
Sorry, I'm spanish and i saw the previous email of Shivam K Shah and make a copy & paste. Sorry for my english, No creo que el no saber inglés sea sinónimo de estupidez. Haré caso omiso del ...Xavier Fernández
Jul 9, 2002 at 3:38 am
Jul 9, 2002 at 3:38 am -
Hi everybody, I've compiled the examples and some own programs I wrote with Notepad with success. Now I am trying to design an application with Borland C++ Builder 5.0. I've tried to rewrite the ...
Jan-Pieter van den Heuvel
Jul 8, 2002 at 12:36 pm
Jul 8, 2002 at 12:36 pm -
Greetings, I'm having a little trouble finding out how persistent connections are handled using the mysql++ API. In fact, I can find no mention of persistent connections at all in any of the ...
Bobby "Chil" Bailey
Jul 7, 2002 at 3:44 am
Jul 7, 2002 at 3:44 am -
sorry to bug everyone again, well i got the prog. up and running. Now im trying to get it to use ssh for the connection. My app is for a windows client, and i am using PuTTY. There is a console app ...
Jose Avila III
Jul 6, 2002 at 8:33 pm
Jul 6, 2002 at 8:33 pm -
Hi, I am quite new to this nice MySQL++ API. And there is my problem: I'd like to know if a table already exist. Is there a function? I tried to Inherit from Connection (to use mysql_list_tables()): ...
Harald Kerschenbauer
Jul 5, 2002 at 12:14 pm
Jul 5, 2002 at 12:14 pm -
0
good bye
I am gone. Andreas ---- Become a member in the EuroProject CYE www.AndreasKrueger.de/euro Wanted now: betatester, sponsors, promotionAndreas Krueger
Jul 3, 2002 at 6:24 pm
Jul 3, 2002 at 6:24 pm -
With the following code: cout << setw(40) << "Name" << setw(4) << "Age" << endl ; Result::iterator i ; for (i = res.begin(); i != res.end(); i++) { row = *i ; cout << setw(40) << row["name"] << ...
Alexandru Balut
Jul 3, 2002 at 11:37 am
Jul 3, 2002 at 11:37 am -
Hello c++ Mysql people, Well I originally installed mysql and php and it all worked fine on my linux box server. Now I want my c program (.cgi) to be able to make mysql calls too. But I can't get it ...
Danny
Jul 2, 2002 at 7:25 pm
Jul 2, 2002 at 7:25 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 50 |
posts | 140 |
users | 64 |
website | mysql.com |
irc | #mysql |
64 users for July 2002
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)