Search Discussions
-
Hello! Mysql++ and the examples compiled and are working like expected, but when I try to create my own project the linking doesn't work correctly. I made a new blank project outside the mysql++ ...
Daniel
Sep 9, 2004 at 11:41 pm
Sep 14, 2004 at 10:42 pm -
Hi, thank you for your replies. But i still can not compile the code. I try compile a example from the example directory from tar.gz. i compile with: and i obtain too much errors: En el fichero ...
Rubén Meré
Sep 1, 2004 at 7:54 pm
Sep 8, 2004 at 12:36 am -
Some code like this query << "drop table mytable"; Result res = query.store(); if (res.is_empty()) { do something ... or don't do something ... } Produces a segmentation fault at res.is_empty(). I ...
Jose Mortensen
Sep 23, 2004 at 10:07 pm
Sep 29, 2004 at 4:31 pm -
Hi there, Can anyone help me in a connection close() problem? I have an application that use mysql++1.7.9 for connectivity with database on a box that is running suse 8.1. All have worked ok until i ...
Calin Vaida
Sep 21, 2004 at 3:43 pm
Sep 22, 2004 at 8:11 am -
hello, i've problems using two connections at same time. When modifiyng simple1 example this way : Connection con(use_exceptions); Connection con2(use_exceptions); //connect_sample_db(argc, argv, ...
Thomas Werth
Sep 15, 2004 at 7:10 am
Sep 16, 2004 at 5:32 am -
Hello all, I'm a new addition to the mailing list. I've been trying to use MySQL++ with MySQL 3.23 and store information in Hebrew. It seems however that queries and results that are returned are ...
Voguemaster
Sep 4, 2004 at 2:36 pm
Sep 10, 2004 at 3:19 pm -
Does anybody know, how to compile static program with MySQL support (via libmysql) using Borland C++ Builder 6? I deselected following options: Project- Options- Linker- Use Dynamic RTL Project- ...
Marcin lewandowski
Sep 19, 2004 at 7:56 pm
Sep 25, 2004 at 10:15 pm -
I'm trying to figure out how to do an insert with multiple VALUES statements using MySQL++ and the basic things I've tried don't work; I'm sure I've missed the obvious one, but I'm not very familiar ...
Earl Miles
Sep 3, 2004 at 8:10 pm
Sep 7, 2004 at 1:06 pm -
Hi, I was curious as to the reasoning behind the library name change from libsqlplus to libmysqlpp. Was there a solid reason for this? I have two problems with it. One, it breaks compatibility with ...
Chris Frey
Sep 2, 2004 at 5:48 am
Sep 3, 2004 at 1:31 am -
2
Re:
You need to re-run the configure script. It generates config.h.Warren Young
Sep 17, 2004 at 9:19 am
Sep 17, 2004 at 4:36 pm -
At first, I'm a beginner of Linux and mysql++ programming. I don't know exactly what's wrong! It makes a "segmentation fault" as it processes in query.store() below code. Is they anybody having a ...
Kang Hyun Joo
Sep 14, 2004 at 2:21 am
Sep 16, 2004 at 3:44 am -
Hi, First, thanks to Warren Young for taking over maintainership of mysql++. It was badly needed. I've been looking through the new version and comparing it with the list of patches I normally apply ...
Chris Frey
Sep 1, 2004 at 9:30 pm
Sep 1, 2004 at 11:09 pm -
From the Wishlist file: o Why can Query objects not be reused? Isn't this done by the reset() member function? - Chris
Chris Frey
Sep 1, 2004 at 9:26 pm
Sep 1, 2004 at 11:00 pm -
Warren, From the mysql C api documentation: 21.2.12.1 Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success It is possible for mysql_store_result() to return NULL ...
Jose Mortensen
Sep 24, 2004 at 5:02 pm
Sep 24, 2004 at 6:18 pm -
Hallo! A quote from changelog: 1.7.15, 2004.09.02 o Renamed Configure file to common.am, to avoid file name conflict with configure script on case-sensitive file systems. o Added ebuild file and ...
René Müller
Sep 22, 2004 at 2:41 pm
Sep 22, 2004 at 9:18 pm -
Version 1.7.17 of MySQL++ has an autoconf test to check for the new second argument to the MySQL C API function mysql_shutdown(). All is well on Unixy platforms. I'm now looking for comments on what ...
Warren Young
Sep 17, 2004 at 9:24 am
Sep 20, 2004 at 3:55 am -
Hello, I tried to define MYSQL_NO_SHORT_NAMES but it seems like the undef_short file is missing. I searched in 1.7.15, 1.7.16 and 1.7.17 but didn't find it in any of the packages. Is it left out on ...
Daniel
Sep 17, 2004 at 12:18 am
Sep 17, 2004 at 9:13 am -
I believe that this is a similar issue to this one (http://lists.mysql.com/plusplus/3468). I'm trying to build a Multi-threaded DLL using a mysql++ library. I'm aware of 2, libmysql.lib (which links ...
Adam Zerlin
Sep 16, 2004 at 5:35 pm
Sep 17, 2004 at 9:10 am -
This is a necessary release for those who downloaded 1.7.16 and are using it on Linux (or probably any Unixy platform) or want to use MySQL++ with beta and alpha versions of MySQL. o Reverted one of ...
Warren Young
Sep 16, 2004 at 10:46 am
Sep 16, 2004 at 4:24 pm -
Hi! When I want to compile my program I get this message: In file included from /usr/include/mysql++/coldata1.hh:8, from /usr/include/mysql++/sqlplus.hh:12, from bauen.h:10, from bauen.cpp:1: ...
René Müller
Sep 15, 2004 at 4:40 pm
Sep 15, 2004 at 8:44 pm -
Hello there boys and girls. I have attempted to compile my first mysql++ app on linux. But when I type in 'g++ mysql_test1.cpp -o mysql_test1 -I$(mysql_incl) -lmysqlclient -lsqlplus' I get this ...
Shadow
Sep 14, 2004 at 6:36 am
Sep 14, 2004 at 10:46 pm -
Hello all, I am getting the following error when I try to run my program: "error while loading shared libraries: libmysqlpp.so.1: cannot open shared object file: No such file or directory" Here is my ...
Timothy DeWees
Sep 3, 2004 at 5:18 pm
Sep 7, 2004 at 12:40 pm -
Hi, Clicking the source rpm on my mandrake system yields a confirmation window to install the said rpm, then a quick flash of speedy bar setup is shown. Looks successful but what happens? I could not ...
Jose dado
Sep 1, 2004 at 1:08 am
Sep 1, 2004 at 4:41 am -
Hi, I'm using Fedora Core 2. Here are the MySQL related RPMs installed on my machine: [[email protected]]$ rpm -qa | grep -i mysql MySQL-client-4.1.4-0 MySQL-shared-compat-4.1.4-0 ...
""
Sep 19, 2004 at 1:20 pm
Sep 19, 2004 at 1:20 pm -
o Building VC++ version with DLL version of C runtime libraries, and at warning level 3 with no warnings emitted. o VC++ build no longer attempts to fake "long long" support. See the Wishlist for ...
Warren Young
Sep 13, 2004 at 8:14 pm
Sep 13, 2004 at 8:14 pm -
Hi, Is there a way to lock an individual row in the database with mySQL++. Like in Oracle you do select...for update. Regards, Houman
Azimi, Houman (GXS)
Sep 3, 2004 at 10:47 am
Sep 3, 2004 at 10:47 am -
It's been a whole week since the last release, so.... :) Nothing major here, no need to upgrade unless you want to see these patches. 1.7.15, 2004.09.02 o Renamed Configure file to common.am, to ...
Warren Young
Sep 3, 2004 at 4:02 am
Sep 3, 2004 at 4:02 am -
Hello friendly development lists: I've attached a Gentoo ebuild for the latest mysql++-1.7.14 in case anyone wants to experiment with it. I've compiled this on a gentoo system with gcc 3.3.3 (using ...
Chris Frey
Sep 2, 2004 at 4:21 am
Sep 2, 2004 at 4:21 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 28 |
posts | 93 |
users | 28 |
website | mysql.com |
irc | #mysql |
28 users for September 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)