Search Discussions
-
hi, I'm tying to run the simple1.cc example, I can connect to the database, but I have segmentation fault. I've compiled the mysql++-1.7.31.tar.gz <releases/mysql++-1.7.31.tar.gz source library on ...
Marco Turchi
Mar 9, 2005 at 7:44 pm
Mar 11, 2005 at 11:21 pm -
Where can I find the documentation for MySQL++? I'm using MS .NET.
Joachim Person
Mar 6, 2005 at 8:32 am
Mar 9, 2005 at 10:15 am -
How can I handle auto_increments? For instance, having user_prescription subscription; subscription.user_id = user_id; subscription.service_id = service_id; query.insert(subscription); ...
Joachim Person
Mar 14, 2005 at 7:35 pm
Apr 9, 2005 at 3:01 am -
After the exceptions change there's a minor failure in the resetdb.cpp that fails to check for an exception if it is unable to create the sample database (which seems like a very common early error). ...
Earl Miles
Mar 11, 2005 at 1:40 am
Mar 12, 2005 at 3:49 am -
It's probably possible to convince libtool to generate libraries with an incrementing minor version number, indicating a bug fix/maintenance release that doesn't add significant new features or ...
Warren Young
Mar 11, 2005 at 11:34 pm
Mar 19, 2005 at 11:10 pm -
o Example building may now be skipped with --disable-examples configure script flag. o Changed stock items added in resetdb. One is now UTF-8 encoded, to show that basic use of Unicode with MySQL++ ...
Warren Young
Mar 11, 2005 at 7:22 am
Mar 11, 2005 at 11:35 pm -
I and trying to use the structure creation macros and get many(10 or so) multiple definition errors when linking all reference the EOSUserData I'm tryin to create. This is the file it's created in, ...
Chris Gagnon
Mar 19, 2005 at 11:11 pm
Mar 23, 2005 at 1:05 am -
Hello, I am running slackware 10 with gcc 3.3.4. I have build mysql source 4.1.10 successfully and installed it in /usr/local/mysql-source I then compiled mysql++-1.7.31 with ./configure ...
Michael Gale
Mar 10, 2005 at 11:42 pm
Mar 11, 2005 at 1:02 am -
I am attempting to build mysql++ on a Fedora Core 2 machine. The following rpms have been installed: mysql++-1.7.32-1 mysql-devel-3.23.58-9 mysql-3.23.58-9 mysql-server-3.23.58-9 php-mysql-4.3.4-11 ...
Dennis McFall
Mar 28, 2005 at 7:37 pm
Mar 29, 2005 at 12:56 pm -
Hi, I'm currently working on a modification for the Half Life 2 engine, one of the features in this project is that the server will query a master database on our web server and cross reference ...
Imperio59
Mar 5, 2005 at 5:57 am
Mar 7, 2005 at 7:57 pm -
I am installing the current version 1.7.30 onto a Redhat EL3 machine. I have MySQL libraries from 3.28.58-1 b/c I am having a hell of a time upgrading. Well, I downloaded the RPM and installed it. ...
Vorpahl, Jason Stephen
Mar 4, 2005 at 6:55 am
Mar 5, 2005 at 2:43 am -
I compile MySQL++ V1.7.32 sample "simple1.cpp" with dev-C++ on win XP. I use include file and lib file in MySQL for unix. And I compile MySQL++ source into libmysqlpp.a please attached project file ...
Frank Mao
Mar 20, 2005 at 8:58 am
Mar 23, 2005 at 2:27 am -
Hi, I have a little problem at hand, I am having trouble linking my code. Here is the command I run gcc Linux-i386/aaamain.o ../lib/Linux-i386/aaalib.a ../../neoamcomm/Linux-i386/neoamlib.a ...
Ankur G35 Saxena
Mar 17, 2005 at 4:42 pm
Mar 18, 2005 at 5:15 pm -
Having the following code std::vector<CString retV; Result::iterator iter; Row row; for (iter = result.begin(); iter != result.end(); ++iter) { row = *iter; ...
Joachim Person
Mar 14, 2005 at 7:11 pm
Mar 14, 2005 at 8:48 pm -
I am using MySQL++ 1.7.27 on Windows with Visual C++ 7.1 (Visual Studio .NET 2003). This same problem occurs with both MySQL 4.1 and 5.0 beta. I have queries of the form: <Query_object << "select ...
Brandmeyer, Jo Ellen
Mar 29, 2005 at 11:50 pm
Mar 31, 2005 at 9:04 pm -
does the latest version mysql++ work with prepared statements? Its in the C API already...so just wondering when this is or might be implemented Express yourself instantly with MSN Messenger! ...
Joe waster
Mar 31, 2005 at 5:41 pm
Mar 31, 2005 at 7:07 pm -
I'm trying to incorporate a qt dialog with mysql++ and have encounterd two issues. I've always used the automake tools starting with Makefile.am with great results without too many headaches. qt ...
Don thompson
Mar 24, 2005 at 10:31 pm
Mar 25, 2005 at 7:04 am -
I have 1.7.23 running simple1 just fine. I just installed 1.7.32 and tried to run simple1 and it seg faults. I have narrowed it down to the line: mysqlpp::Result res = query.store(); in util.cpp. I ...
Mike Kinney
Mar 19, 2005 at 2:35 am
Mar 22, 2005 at 3:30 am -
Hello, I've found a bug in mysql++, when a BLOB field is used which is not the only field returned from a query. This happens only when the query is run on a 64bit machine (AMD64 in my case). To ...
Erwin
Mar 20, 2005 at 9:24 pm
Mar 21, 2005 at 8:59 pm -
Hello, I am trying to change the host, username and password of the simple1 example. In the file simple1.cpp: --snip-- // Connect to the sample database mysqlpp::Connection ...
Michael Gale
Mar 11, 2005 at 6:47 am
Mar 11, 2005 at 7:02 am -
To attempt to deal with library compatibility issues I’m upgraded my version of the mysql++ library to 1.7.31 and have made the namespace changes and such that needd to be done, but I still get the ...
Chris Gagnon
Mar 9, 2005 at 10:37 pm
Mar 10, 2005 at 4:21 am -
1.7.31, 2005.03.05 The "Inevitable Point-one Followup" release o Check for threads support must now be explicitly requested via configure script's new --enable-thread-check flag. o Fix for contacting ...
Warren Young
Mar 5, 2005 at 8:17 am
Mar 9, 2005 at 10:00 am -
The http://tangentsoft.net/mysql++/releases/mysql++-1.7.31.tar.gz did not compile on VS .NET 2003. First, I got a fatal error: \mysql++-1.7.31\lib\defs.h(7) : fatal error C1083: Cannot open include ...
Joachim Person
Mar 6, 2005 at 6:59 am
Mar 7, 2005 at 6:22 pm -
Okay, I know this is going to sound really basic, but I'm only just starting to teach myself C++ and, typically for me, I've decided to do it the hard way by jumping in the deep end with mysql++ - ...
Steve Mansfield
Mar 5, 2005 at 11:00 am
Mar 5, 2005 at 6:43 pm -
Hello: Using MSVC version 6. Running MySQL server on a non-standard port number (not 3306). Trying to connect using MySQL++ api that was ported to MSVC by Lazy Fox (v1.7.1). Using: Connection ...
Matteo Campana
Mar 2, 2005 at 11:09 am
Mar 5, 2005 at 7:27 am -
Hi, I am using MySQL++ as the API to handle the database stuff for my online RPG. The game has a dedicated server which is left running 24/7. Anyway, I notice that if i leave the server running ...
Drew Ferraro
Mar 2, 2005 at 9:20 am
Mar 4, 2005 at 7:07 am -
Hi everyone, My environment: - Linux 2.6.7-1.7asp #1 Thu Jul 15 17:36:07 YEKST 2004 i686 i386 GNU/Linux - gcc version 3.3.2 20031022 (ASPLinux 3.3.2-1) - server version: 4.1.10a-standard - mysql Ver ...
Kaplenko Vitalij
Mar 29, 2005 at 9:04 pm
Mar 29, 2005 at 9:13 pm -
I am currently trying to compile mysql++ on gentoo. I have include mysql & mysql++. but I cant get it to compile it errors out on mysql_init. I have come to understand that maybe I need to include a ...
Timothy johnson
Mar 25, 2005 at 3:37 am
Mar 25, 2005 at 4:24 am -
Dear sir/madem, I am searching for the C++ APIs on Linux OS and some sample examples how to connedct to database from my *.cpp file.Please help me for this. Regards. Tanmay Sahu. Yahoo! India ...
Tanmaya sahu
Mar 22, 2005 at 9:13 am
Mar 22, 2005 at 9:26 am -
Our organization changed OS version and compiler (from GCC 3.2.2 to GCC 3.2.3). As part of the move, the CM powers-that-be tightened the code requirements such that compiles fail on any warning. As a ...
Steve Roberts
Mar 16, 2005 at 6:02 am
Mar 17, 2005 at 1:49 am -
When having sql_create_1(user, 1, 1, string, ip) I get compilation errors saying error C2535: 'void user::set(const std::string &)' : member function already defined or declared ...
Joachim Person
Mar 12, 2005 at 2:55 am
Mar 12, 2005 at 12:17 pm -
When having sql_create_1(user, 1, 1, string, ip) I get compilation errors saying error C2535: 'void user::set(const std::string &)' : member function already defined or declared ...
Joachim Person
Mar 12, 2005 at 2:42 am
Mar 12, 2005 at 3:33 am -
Where can I find the custom.hh and util.hh files which are used in the (only?) tutorial on mysql++ ( <http://dev.mysql.com/doc/plusplus/en/4_Tutorial.html ...
Joachim Person
Mar 12, 2005 at 12:35 am
Mar 12, 2005 at 12:36 am -
Thanks Warren. My real problem is: I´m using SSQLS and I need to add functionality ( I´m trying with inheritance ) but it don´t works. I´m working with Windows XP and VC++, I was reading that some ...
Fernando Rodriguez
Mar 10, 2005 at 6:26 pm
Mar 11, 2005 at 1:04 am -
When trying to use mysql++ in my project I get the following linking error: error LNK2019: unresolved external symbol _mysql_i[email protected] referenced in function "public: __thiscall ...
Joachim Person
Mar 6, 2005 at 11:36 am
Mar 6, 2005 at 4:53 pm -
I am using the code from the examples, fieldinf1.cpp. I am getting a weird result on some of the fields. Anyone ever get this? The code is the exact as in the example and the output is: Records ...
Vorpahl, Jason Stephen
Mar 5, 2005 at 5:29 am
Mar 5, 2005 at 7:33 am -
I saw this optimization opportunity while reading over the diffs of the latest version. Just a pass-by-reference change. - Chris diff -u software/mysql++/lib/connection.h:1.5 ...
Chris Frey
Mar 4, 2005 at 6:56 am
Mar 5, 2005 at 7:30 am -
Hi there, This patch was in the last set, but it was no in version 1.7.30, so either it was dropped due to sheer ugliness (which I would understand) :-) or it was just overlooked. This does make a ...
Chris Frey
Mar 4, 2005 at 6:54 am
Mar 5, 2005 at 7:29 am -
Hi everyone, I am attempting to compile the example simple1.cc and am fairly new to using some of the include and linking features of the g++ compiler. I was wondering if someone would be kind enough ...
Vorpahl, Jason Stephen
Mar 4, 2005 at 9:57 pm
Mar 4, 2005 at 11:46 pm -
Hi everyone, Thanks for your replies. Earl was correct, and calling ping() has solved my problem. By the way, Earl, i set it to ping() once an hour, and left the game running all night with no one ...
Drew Ferraro
Mar 3, 2005 at 9:18 pm
Mar 3, 2005 at 9:57 pm -
Hello: I´m new using MySql++; and I have a question. How can I see the actual code of the specialized structures?? In the documentation I found this: To see the actual code that the macro inserts use ...
Fernando Rodriguez
Mar 3, 2005 at 6:59 pm
Mar 3, 2005 at 8:51 pm -
When I try to make it I get this error I’m pretty inexperienced with making larger things like this, so I’m thinking I might not have some dependency… Anyways my environment is FreeBSD 4.9 g++ ...
Chris Gagnon
Mar 3, 2005 at 3:20 am
Mar 3, 2005 at 6:21 am -
I'm wondering if using C++ try...catch blocks in ISAPI works the same way as in console apps? I'm asking because I have made an ISAPI filter using them and when a crash happens, the filter gets ...
Charles @ GB
Mar 2, 2005 at 8:32 pm
Mar 3, 2005 at 6:12 am -
Hi everyone, My environment: - Linux 2.6.7-1.7asp #1 Thu Jul 15 17:36:07 YEKST 2004 i686 i386 GNU/Linux - gcc version 3.3.2 20031022 (ASPLinux 3.3.2-1) - server version: 4.1.9-standard - mysql Ver ...
Kaplenko Vitalij
Mar 2, 2005 at 7:37 pm
Mar 3, 2005 at 6:12 am -
Hi Everyone, Does anyone know of a good HowTo document for building a simple mysql++ application using MinGW (msys). I have played around myself but come up against errors such as "didnt find the ...
Alan Snelson
Mar 30, 2005 at 3:16 pm
Mar 30, 2005 at 3:16 pm -
My question is about the C api to mysql, but I couldn't find a list specific to the C API, only C++. My hope is this is close enough! I'm new to writing C to interface with mySQL. I've read the ...
Jay West
Mar 28, 2005 at 2:57 pm
Mar 28, 2005 at 2:57 pm -
Hi All, I have a strange requirement where in I need to sniff the binary logs continuously on a real time basis and massage the data for insertion into a different mysql database. I was just ...
Sumithra Sugavanam
Mar 16, 2005 at 11:59 am
Mar 16, 2005 at 11:59 am -
Yes, one for each of the first "5" data members, which in this case is all of them. You can use a lower number here if you want. Because in your situation, you get a constructor taking a single ...
Warren Young
Mar 13, 2005 at 6:05 am
Mar 13, 2005 at 6:05 am -
Hello, I am currently working on a client for a school project that needs to fail over to a secondary server if the primary server fails or is down. The projects requires a short failover time, since ...
Gregor Kronenberger
Mar 12, 2005 at 9:42 pm
Mar 12, 2005 at 9:42 pm -
When I have sql_create_1(user, 1, 0, string, ip) I get compilation an error saying error C2664: 'user::set' : cannot convert parameter 1 from 'const char [4]' to 'const mysqlpp::Row &' Reason: cannot ...
Joachim Person
Mar 12, 2005 at 12:26 pm
Mar 12, 2005 at 12:26 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 54 |
posts | 191 |
users | 35 |
website | mysql.com |
irc | #mysql |
35 users for March 2005
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)