Search Discussions
-
Hi, I downloaded the source version, and i'm trying to build it on my Mandrake 9.1 sys. When i do a make, i get an error about a function or Class Out_Of_Memory() which isn't declared. When i check ...
Cipher9
Jun 17, 2003 at 7:06 am
Jun 17, 2003 at 2:29 pm -
Has anyone got any recomendations or comments on the advantages and disadvantages of static over dynamic linking with MySql++? I run an Mysql++ app which normally makes about 200 queries each time it ...
Brian Butcher
Jun 27, 2003 at 2:29 am
Jul 1, 2003 at 1:25 pm -
Hi all, this _my_ "simple" problem: I wrote a little c++ programm in linux using the plusplus api My purpose was to create a simple interface to mysql. Programmer uses my class, gives a sql-string ...
M. Bader
Jun 17, 2003 at 7:30 am
Jun 26, 2003 at 3:31 pm -
Hello All, I have a MSVC++ client that uses the MySQL++ client lib version 1.7.1 that has been working flawless with MySQL version 3.23.42. After reading the review I decided to upgrage to MySQL 4.0. ...
PAUL MENARD
Jun 15, 2003 at 11:30 pm
Jun 22, 2003 at 3:22 am -
Hi folks, I'm trying to install mysql++-1.7.9 on MinGW. Since ./configure always failed, I re-created it with autoconf and automake on my linux partition, then copied the configure script to my MinGW ...
Markus Gerwinski
Jun 4, 2003 at 9:01 pm
Jun 6, 2003 at 2:08 pm -
Has anyone got MySql++ to compile using visual studio .net yet? I am getting the following errors: c:\Downloads\mysql++-1.7.1-1-win32-vc++\include\set1.hh(31): error C2955: 'MysqlSetInsert' : use of ...
Newsgroup Spam
Jun 23, 2003 at 8:23 pm
Jun 26, 2003 at 12:17 pm -
Has anyone successfully installed MySql++ on Mandrake 9.1 ? Regards Pete ************************************************************************** *** IMPORTANT INFORMATION *** This correspondence ...
Petermo
Jun 25, 2003 at 12:50 am
Jun 26, 2003 at 12:16 pm -
Hi Im using g++ 3.2.2 and I try to compyle using this: g++ -Wno-deprecated -I/usr/include/sqlplus -I/usr/include/mysql -I/usr/include -L/usr/lib $1.cc -o $2 a code like the example simple.cc or a ...
Esteban Kemp
Jun 22, 2003 at 6:26 am
Jun 23, 2003 at 11:21 am -
Hi, I'm trying to write my own client application in C. When I want compile it, linker gives me following error: /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status Does anybody know, ...
Knotek Vlastimil
Jun 17, 2003 at 2:39 pm
Jun 19, 2003 at 11:51 am -
Hi folks, can anyone help me to get a mysqlclient library for a MinGW system? In the web, I found some (broken) links to a site named http://www.johnydog.cz/projects.php, where there ought to be a ...
Markus Gerwinski
Jun 5, 2003 at 10:27 am
Jun 5, 2003 at 12:21 pm -
I was just wondering if anyone has been able to compile MySQL++ 1.7.9 with MySQL 4 on Redhat 8 ... and if so ... if there are any RPM's available for it. They only have the Redhat 8 build on the site ...
Jarno Culhane
Jun 27, 2003 at 10:17 am
Jun 27, 2003 at 11:22 am -
Hi, I'm working with MYSQL++ and currently i got stucked up at a point , where i want a method to find a table's column width. Please tell me a class which has functions to deal with table structure. ...
Sreesekhar Palaparthy
Jun 26, 2003 at 11:22 am
Jun 26, 2003 at 12:20 pm -
Hello: Need some help, I am trying to create a database using MYSQL for a virtual pool league, maybe you have heard of www.myleague.com well i am doing something like them but not that big, just one ...
T B
Jun 25, 2003 at 12:01 am
Jun 25, 2003 at 12:20 pm -
Arvind Patel
Jun 23, 2003 at 12:11 pm
Jun 24, 2003 at 2:02 pm -
I'm looking for a Redhat 8 RPM build of MySQL++ 1.7.9 , but i need it to be for MySQL 4.0 .... i see there's a Redhat 9.0 build for MySQL++ 1.7.9 with MySQL 4.0 on the downloads of MySQL++ ... any1 ...
Jarno
Jun 23, 2003 at 8:53 am
Jun 23, 2003 at 11:19 am -
Dear Sir or Madam, I am looking for some advice on the best way to approach learning C++ for use with databases and data manipulation. I have currently read and understood a beginners book on C++. ...
CRAIG BALENZUELA
Jun 23, 2003 at 12:53 am
Jun 23, 2003 at 8:10 am -
Hi all. I posted a question a while back about failure to compile simple1.cc. The problem was in type_info1.hh. It appears that even if you do not build mysql++, you still need to patch ...
John Lowry
Jun 17, 2003 at 2:10 pm
Jun 17, 2003 at 2:31 pm -
1
Fw:
From: Janakiram D Date: Tuesday, June 17, 2003 12:50:18 PM To: plusp[email protected] hai, i am using mysql ++ for my project , this is damn good, and very easy to work, but there is no list of ...Janakiram D
Jun 17, 2003 at 8:14 am
Jun 17, 2003 at 2:22 pm -
Hi, I'm using mysql++ 1.7.1 binary for VC++ 6.0 to develop an internal database framework for all our applications. Everything seems to compile fine but at link time I get some error about already ...
Alexandre Sénéchal
Jun 16, 2003 at 3:45 pm
Jun 17, 2003 at 2:19 pm -
hi there, can anybody help me solve this problem, everytime i'm trying to compile a cpp file and i'm using the mysql++ i constantly get this error, and i'm not able to solve it : fatal error C1010: ...
Tarek Habib
Jun 14, 2003 at 2:37 pm
Jun 16, 2003 at 12:30 pm -
Hi, I'm using the binary Linux distribution, and have successfully connected to Mysql with the C api. I installed the C++ package and applied the gcc 3.2 patch. I got an error on the connection.cc ...
John Lowry
Jun 12, 2003 at 10:50 am
Jun 13, 2003 at 11:49 am -
Hello, I'm using Debian (unstable release) with gcc3.2.3 I've install mysql++1.7.9 but have error while compiling. So i've seen in this group that patches must be applied ( first patch for gcc3.0) ...
Gname
Jun 10, 2003 at 7:14 pm
Jun 11, 2003 at 12:17 pm -
hi this is jankiram, i am working in a project, there i need to use a database for my application, after a research, i found that mysql is the best and start working on it, i am using the datbase ...
Janakiram D
Jun 7, 2003 at 7:10 am
Jun 7, 2003 at 10:33 am -
I've been trying to build mysql++ on a Mac. When I try and do configure I get the following messages. [HDSKLaptop:~/My Programming Projects/mysql++-1.7.9] haridass% ./configure.1 loading cache ...
Hari Dass Khalsa
Jun 28, 2003 at 6:03 am
Jun 28, 2003 at 6:03 am -
I encountered this yesterday and figured out the problem. The "sql_create_N" macros take two numeric values A and B, indicating the first "A" fields that form the primary key and the first "B" fields ...
Sand
Jun 26, 2003 at 3:27 pm
Jun 26, 2003 at 3:27 pm -
From: Janakiram D Date: Saturday, June 07, 2003 12:39:49 PM To: [email protected] Subject: Doubt in processing a sql query-jikki hi this is jankiram, i am working in a project, there i need to ...
Janakiram D
Jun 7, 2003 at 11:55 am
Jun 7, 2003 at 11:55 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 26 |
posts | 71 |
users | 28 |
website | mysql.com |
irc | #mysql |
28 users for June 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)