Search Discussions
-
Hi, I have an XML document which i retrieved from some database using commands specific to that database. The Xml document contains "field" elements of this type Ex: <field name="id" type="integer" ...
Vinay Sambamurthy
May 14, 2004 at 6:21 pm
May 18, 2004 at 4:17 pm -
Hello, I'm new to the list and while I've seen this problem on the list, I've not seen a solution or even more to look at to find a solution for it.. First, I installed MySQL++ following these ...
Mike
May 21, 2004 at 5:36 am
May 25, 2004 at 12:23 pm -
The transaction APIs (mysql_autocommit, mysql_commit, and mysql_rollback) are available in the 4.1 libraries. Does anyone know if these 4.1 calls are backward compatible with a 4.0 InnoDB database? ...
Darryl Rodden
May 3, 2004 at 3:51 pm
May 14, 2004 at 12:41 pm -
Hi! I used mysql++ to write a web application to display a particular database. It worked great. However, when I upgraded my underlying system from FreeBSD 4-STABLE to FreeBSD 5.2.1 and rebuilt the ...
Jason Barnes
May 17, 2004 at 9:17 pm
May 28, 2004 at 9:46 pm -
Hi, How can I execute the contents of a SQL file using the API? I am looking for the equivalent of typing "source file.sql;" from the mysql command prompt. Thanks. Howard Cole http://www.selestial.com
Howard Cole
May 11, 2004 at 9:15 am
May 13, 2004 at 11:59 am -
Can someone give me simple code example for connecting to mysql db and reading values of tables. It should be in C++ Builder not MySQL++, only mysql.h and others if need :). Thank you very much, I ...
Tojatomek
May 11, 2004 at 6:37 pm
May 13, 2004 at 11:47 am -
I have this code inside a function: try{ Connection con( "conversar", "localhost", g_sUsername.c_str(), g_sPassword.c_str() ); Query query = con.query(); query << sCommand.c_str(); query.execute(); ...
Aldrin
May 30, 2004 at 6:37 pm
Jun 3, 2004 at 10:07 am -
Hi I am a little new to mysql++. I have been trying to integrate the mysql++ library with K developer but everytime I run the test application I get the error that it cant find mysql.h file which is ...
Umair Tajammul
May 24, 2004 at 4:40 am
Jun 1, 2004 at 10:12 am -
In C API, after running mysql_query(), I want to stop this query by mysql_kill(). But I can not get the specific process (query) ID. How could I solve this problem? mysql_list_processes() return a ...
HSY
May 27, 2004 at 3:04 pm
Jun 1, 2004 at 10:08 am -
Hello, This is a problem in the C API, but I guess someone here could help me out. int verify(const char *logid, const char *passwd) { MYSQL mysql; mysql = database_initialize(0); mysql_close(mysql); ...
Mukul Sabharwal
May 7, 2004 at 2:03 am
May 8, 2004 at 3:00 pm -
Hi, MySQL version: 3.23.58 MYSQL++ version : 1.7.9 OS: Redhat 9 gcc version: gcc-3.2.2-5 I am trying to install Mysql++1.7.9 and have performed the following steps : 1) using gcc-3.2.2-5 I ...
Tasvirr
May 5, 2004 at 10:37 am
May 8, 2004 at 1:42 pm -
We downloaded 4.1.1a build, but all the new APIs for transaction and prepared statements are missing from the libmysql.dll. Is there a build for 4.1.x that we can use to test these APIs? Thanks. MSN ...
Yueming Xu
May 25, 2004 at 2:52 pm
May 28, 2004 at 11:03 am -
Hi there, I'm getting a strange behaviour when returning a value from my user defined function. When I print the return value inside of the function, I get one answer (the correct one), however mysql ...
Richard Massa
May 24, 2004 at 11:39 pm
May 25, 2004 at 12:24 pm -
Hello. My name is chang ho i have a question. I downloaded the example Mysql++ .NET from homepage. But MFC example can't excute because error occurred. I don't know the reason. Please help me . Can ...
=?ks_c_5601-1987?B?7JygIOywve2YuA==?=
May 18, 2004 at 4:56 am
May 21, 2004 at 12:35 pm -
Hi, I am new to mySql++. I had a doubt regarding the result object. I see that it supports functions to retreive values from the result object. I needed to populate a result object given a set of ...
Vinay Sambamurthy
May 14, 2004 at 1:40 pm
May 14, 2004 at 3:24 pm -
Hi All, I've setup a mysqld on a linux machine on my network, and im atempting to code a front end in borland C++ builder 6, personal edition. Ive downloading the borland builder6 version of the ...
Darren McDonald
May 9, 2004 at 11:40 am
May 10, 2004 at 10:23 am -
Hi, I had posted a query earlier in the forum for which i got the solution but the problem now is that examples/simple1.cc does not compile. FYI the compile commad looks like : g++ -Wno-deprecated ...
Tasvirr
May 6, 2004 at 10:38 am
May 6, 2004 at 3:08 pm -
I would appreciate any advice, links and exmaples that might help me combine Xbasic and MySQL. Note, Xbasic doesn't currently support ODBC. Here's a additional link to a Xbasic DLL tutorial: ...
Lists
May 3, 2004 at 11:31 am
May 3, 2004 at 11:59 am -
Hi, 1)You must have libmysql.lib and mysqlplus.lib added to your project. 2)Try to reorder #include commands I've just tested such an order: //---top of file----- #include <windows.h #include <vcl.h ...
Freeart
May 10, 2004 at 6:20 am
May 10, 2004 at 6:20 am -
There is no need to alter anything. That is because the option for load data can be put in global or local my.cnf or .my.cnf. -- Sincerely, -- For technical support contracts, go to ...
Sinisa Milivojevic
May 3, 2004 at 11:57 am
May 3, 2004 at 11:57 am -
0
mysql++
thanks to everyone. I posted on the gentoo forumn and I got a fix for my problems. I can now compile the examples with the (std::ostream&) addedGentoo Madison
May 3, 2004 at 2:26 am
May 3, 2004 at 2:26 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 22 |
posts | 75 |
users | 23 |
website | mysql.com |
irc | #mysql |
23 users for May 2004
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)