Search Discussions
-
Newbe hoping this gets through. Can't subsribe to list for some reason, please reply directly if you can. Linux. I've just reinstalled MySQL to 4.0.13 (bin distribution), and reinstalled MySQL++ to ...
Ben Clewett
May 23, 2003 at 9:13 am
May 31, 2003 at 12:02 pm -
I'm using the C++ API for Visual Studio. When errors occur during connection, executing queries, etc, it throws a MysqlBadQuery exception. I can see when I run it that is the exact type being thrown. ...
Adam Clauss
May 26, 2003 at 11:32 pm
May 28, 2003 at 4:05 pm -
Hello, I'm trying to get mysql++ to work on my iMac (10.2.5). I've downloaded the static lib sypplied by the site, but I get the following linker error when using it: ld: table of contents for ...
Matthew Smith
May 28, 2003 at 3:49 am
May 30, 2003 at 11:10 am -
Dear MySQL developers, I have finished work with mysql++ 1.7.9 for Borland C++ Builder 6.0 (BCB). Now,using latest and most powerful C++ compiler and IDE from Borland, you can more easily create ...
Arturs Aboltins
May 6, 2003 at 5:15 pm
May 9, 2003 at 6:35 am -
Hi i am working one of project that need to create a table with more than 26 columns, but sql_create only allow 25 columns as i understand. And from the documentation, the custom.pl need to be ...
Tan Tran
May 5, 2003 at 12:47 pm
May 8, 2003 at 7:50 pm -
Hi, I'm a new C++ programmer and a new MySQL user. I've installed the mysql++-1.7.9 C++ API on my system, which is Red Hat Linux 9. The MySQL server is on a different machine on my network. I would ...
Robert L Cochran
May 19, 2003 at 3:13 am
May 19, 2003 at 10:34 am -
Hello Brothers. I have a strange problem with MySQL++ library v1.7.9 under BCB6.0. When i building CONSOLE application all works fine. But when i making application with forms i get linker error: ...
Ruslan N Atryaskin
May 15, 2003 at 5:51 am
May 16, 2003 at 7:10 am -
Hi, we are currently using Mysql and Apache Server I use the C++ api When releasing the recordset result it seems that mysql does not desallocate memory Does anyone has experience in Thanks Vincent ...
Vincent Besson
May 5, 2003 at 9:06 am
May 5, 2003 at 9:47 am -
I am programming using Gtk/Anjuta and use 'C' as my code. The operating system is Linux (Red Hat 9.0). I can see C++ API support but nothing supporting just 'C'. Where may I find information on how ...
Petermo
May 21, 2003 at 5:24 am
May 21, 2003 at 1:09 pm -
A few people have asked about the source for my project. http://mostlyharmless.sourceforge.net I've been a bit lazy in making a source zip lately. I actively use the sourceforge CVS system so you can ...
Marc Griffith
May 19, 2003 at 10:42 pm
May 20, 2003 at 2:59 pm -
Hi together, I tried to compile some programms which worked under gcc3.2 now I get a lot of error messages from the mysql++ files, is there a patch for the mysql++ api? I'm using Debian unstable. ...
Patrick Ruckstuhl
May 19, 2003 at 8:23 pm
May 20, 2003 at 10:15 am -
Ajit Chourasia
May 30, 2003 at 5:32 pm
May 31, 2003 at 12:07 pm -
First time programmer here trying to get a c++ program to connect to MySQL db. I tried to compile the example but it gave lots of errors. Could some one send me some sample code that they got ...
Timothy Johnson
May 29, 2003 at 4:53 am
May 29, 2003 at 11:32 am -
I downloaded mysql++-1.7.1-1-win32-vc++.zip for VC++. I could not make it work for me. I have added c:\mysql++\include;c:\mysql++\mysql\include to project- setting- resources- additional resource ...
Hliu
May 22, 2003 at 7:08 pm
May 23, 2003 at 1:48 pm -
OK, I thought I was going nuts, but I apparently it looks like I am not. Everytime I try to run a project using the embedded server, I get an unhandled exception in mysql_server_init(). The most I ...
Adam Clauss
May 23, 2003 at 5:45 am
May 23, 2003 at 6:51 am -
I have two problems when unsing SQL++: 1.: I am using SSQL-structures. Each time, i compile the code i get **many** messages like: "warning: pasting "." and ... does not give a valid preprocessing ...
Werner Pitsch
May 15, 2003 at 7:57 am
May 15, 2003 at 6:16 pm -
Hello, how is it possible to access with the MySQL API a Date-Column with c++. I need to convert this Datatype to an COleDateTime -Type (MFC) Thank you..
Andreas Trinkle
May 6, 2003 at 8:05 am
May 6, 2003 at 11:20 am -
Hi, After you change in custom.pl what you gonna do next in order to get it generate a new custom-macros.hh sorry for my dump question
Tan Tran
May 2, 2003 at 8:05 pm
May 6, 2003 at 11:12 am -
It has just been published on MySQL++ page. -- Regards, -- For technical support contracts, go to https://order.mysql.com/?ref=msmi ___ ____ / |/ /_ __/ __/ \/ / Mr. Sinisa Milivojevic ...
Sinisa Milivojevic
May 27, 2003 at 1:36 pm
May 27, 2003 at 1:36 pm -
Hey all, I am new to Programing in Linux, and am trying to learn how to write a program that reads/writes to a mysql db. I am using a default install of Redhat 9. And using Anjuta as my IDE, does ...
Timothy Johnson
May 24, 2003 at 4:42 am
May 24, 2003 at 4:42 am -
-----Forwarded Message----- From: Robert L Cochran <[email protected] To: Chris Anderson <[email protected] Subject: Re: New User (C) Date: 21 May 2003 18:11:39 -0400 Also, check Paul DuBois' ...
Robert L Cochran
May 21, 2003 at 10:12 pm
May 21, 2003 at 10:12 pm -
0
beginner
Hi everyone, i'm really new to using mysql++, and also i'm not an expert in c++. so can anyone please help me, i'm trying to build a project and i wanted to use mysql.h and include the files ...Tarek Habib
May 21, 2003 at 11:08 am
May 21, 2003 at 11:08 am -
I have been having great difficulty getting the new embedded server to work correctly. If anyone has (or could create) a simple example project (preferably in VC++.NET) I would greatly appreciate. ...
Adam Clauss
May 19, 2003 at 5:01 pm
May 19, 2003 at 5:01 pm -
So what is exacly with this new 'embedded' feature in 4.x? The website describes it as a way to include an SQL database IN your program -- without actually having to install MySQL on the user's ...
Adam Clauss
May 15, 2003 at 2:38 am
May 15, 2003 at 2:38 am -
Hi ! Please 1)include <windows.h in Your cpp file 2)add mysqlplus.lib, libmysql.lib to Your project Arturs -----Original Message----- From: Lu Qingyu Sent: Wednesday, May 07, 2003 13:16 PM To: ...
Arturs Aboltins
May 8, 2003 at 9:37 pm
May 8, 2003 at 9:37 pm -
Hi, I have a question in using MySQL++, would you please give me some advice. I have downloaded and installed MySQL and MySQL++ for Borland C++. With command line compiler of C++Builder 6, I have ...
Lu Qingyu
May 7, 2003 at 12:01 pm
May 7, 2003 at 12:01 pm -
Hi, I really need help to get MySql++ Specialized SQL Structure to support more than 25 columns for a table. I've searching for guide or help to do that but i have no luck. I am running mysql++-1.7.9 ...
Tan Tran
May 2, 2003 at 8:02 pm
May 2, 2003 at 8:02 pm -
Hi, I have an application that use sqlplus in a multithreaded environment. The psuedo-code is as follows: = Connection *con_ws=new Connection (...); += Thread One +== Query query_ws(con_ws,false); ...
Sunil Samuel
May 1, 2003 at 9:26 pm
May 1, 2003 at 9:26 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 28 |
posts | 80 |
users | 36 |
website | mysql.com |
irc | #mysql |
36 users for May 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)