Search Discussions
-
Smart pointers are tricky, and automatic memory management is even trickier, and I just created a template that does both. I swapped it in for existing code in MySQL++ that used value semantics and ...
Warren Young
Aug 15, 2007 at 7:49 am
Dec 17, 2007 at 8:40 pm -
ahh....ok. I'll try using different namespaces. That's unfortunate and really suggests a larger design issue with the mysql++ library. It does, although, have many v. nice features. thanks, g
Graham Reitz
Aug 12, 2007 at 8:07 pm
Dec 28, 2007 at 10:37 am -
It's clear to me that SSQLSv2 needs to be some kind of specialized declaration language that's translated by a tool to C++ implementation and header files. The main goal is to fix the type safety and ...
Warren Young
Aug 15, 2007 at 7:21 am
Aug 17, 2007 at 8:40 am -
Yes, the DLL must be in the folder with your exe, or in one of the folder in the PATH. -----Original Message----- From: Michael Nye Sent: Tuesday, August 07, 2007 5:00 AM To: [email protected] ...
Jim Wallace
Aug 7, 2007 at 11:05 am
Aug 11, 2007 at 12:45 am -
I created a header file where I placed all of my sql_create_# macros. I keep getting multiple definition linker errors. /usr/bin/ld: multiple definitions of symbol agencies::names (there are more, ...
Graham Reitz
Aug 6, 2007 at 9:15 pm
Aug 7, 2007 at 8:59 am -
OK, so with the latest version of MySQL++ 2.3.2 and MySQL 5.0.27 I don't seem to get the correct return code from Query::success() when using multi-statements that don't return a result set. This ...
James Vanns
Aug 9, 2007 at 5:07 pm
Aug 10, 2007 at 2:51 pm -
Hi. I tried to develop a Windows Form Application using mysql++. At first, there was no problem. I followed the instructions as described in the Readme files and it did compiled at the start. There ...
Efstratios Gavves
Aug 30, 2007 at 6:21 am
Sep 4, 2007 at 1:08 pm -
Hi, I'm trying to store result rows in a vector, like this: mysqlpp::Connection con(...); mysqlpp::Query query = con.query(); query << "SELECT * FROM test_table"; std::vector<mysqlpp::Row v; ...
Yassin
Aug 30, 2007 at 2:27 pm
Sep 4, 2007 at 12:17 pm -
Hello!!! Well, as I was trying to install properly mysql++, I had some problems with the READMEs. In fact, I suppose they are not clear enough in some points. Specifically, the install.bat must be ...
Efstratios Gavves
Aug 29, 2007 at 7:37 pm
Sep 4, 2007 at 12:07 pm -
Hi, I have a problem compiling a project with mysql++. First I installed MySQL 5.0 for Windows (WinXP SP2 here ^^). Then I downloaded mysql-5.0.45-win-src and compiled it. All goodie so far. Then I ...
Tonia Tatasen
Aug 22, 2007 at 12:44 pm
Aug 23, 2007 at 2:11 am -
I changed the line, (my $max_data_members = 50;), in the custom.pl script and recompiled the mysql++ libraries. The custom-macros.h now supports up to 50 table columns. The end of custom-macros.h ...
Graham Reitz
Aug 5, 2007 at 9:57 pm
Aug 6, 2007 at 2:39 pm -
Hello, I am trying to install the mysql++ devel RPM on a CentOS 5 system. I downloaded the mysql++ library RPM and successfully installed that however I get an dependency error with the mysql++ devel ...
Brandon Gauthier
Aug 2, 2007 at 4:06 pm
Aug 3, 2007 at 4:53 pm -
Actually it does some with that libray, but not in the client rpm, but in the compat one. Well as it turns out - after you install both devel & client standard rpms, you will need to configure ...
Zeddy Chirombe
Aug 2, 2007 at 3:17 am
Aug 3, 2007 at 12:45 pm -
I'm running MySQL database under Windows OS, and tried to run C++ program to access the database. Somehow it doesn't work. What are the steps should I take to make sure it will work. (I've installed ...
Abdul Wahab Dahalan
Aug 15, 2007 at 4:19 am
Aug 15, 2007 at 11:48 am -
Hi there, I am loosing it! I want to write a quite simple app reading data from a special source and dumping it into a MySQL DB. I got mysql++-2.3.2 and mysql-5.0.45 on Windows XP installed on F:\ ...
Martin Dommermuth
Aug 3, 2007 at 10:55 am
Aug 14, 2007 at 9:26 am -
Hi, I just upgraded to the 2.3.2 version and i am getting the following issue on one of my machines, (the other works fine).... when compiling the examples i get errors like "undefined reference to ...
Joh3
Aug 30, 2007 at 9:28 pm
Aug 31, 2007 at 8:37 am -
I want execute the example "examples/simple1.cpp" and it's produce this error..... Error 1 error LNK2019: unresolved external symbol [email protected] referenced in function "public: bool __thiscall ...
Mandy Llanes
Aug 29, 2007 at 3:55 pm
Aug 29, 2007 at 11:53 pm -
1
API C++
Hello, I'm downloaded MySQL API for C++, but when i'm compile the project produce an error because I.haven't "mysql_version.h" file. anybody know where's find this complete pack?(For connect to MySQL ...Mandy Llanes
Aug 27, 2007 at 11:40 am
Aug 27, 2007 at 12:05 pm -
All, I have just installed MySQL Server 5.0.46 successfully, when I tried to config mysql++, it failed with this ------------ checking for MySQL library directory... configure: error: Didn't find ...
Zeddy Chirombe
Aug 1, 2007 at 6:38 pm
Aug 1, 2007 at 11:55 pm -
SQLString exists for those places where the library wants to let you pass any typical C/C++ type, which it will convert automatically to a SQL-compatible string representation. This is what lets you ...
Warren Young
Aug 10, 2007 at 10:50 pm
Aug 10, 2007 at 10:50 pm -
I'm replying to you both personally and to the MySQL++ mailing list, where this message is on topic. Please reply only on the list, not to me directly. wangxu wrote: How certain are you about this ...
Warren Young
Aug 2, 2007 at 12:31 am
Aug 2, 2007 at 12:31 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 21 |
posts | 124 |
users | 29 |
website | mysql.com |
irc | #mysql |
29 users for August 2007
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)