FAQ

Search Discussions

54 discussions - 191 posts

  • 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 TurchiMarco 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 PersonJoachim 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 PersonJoachim 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 MilesEarl 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 YoungWarren 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 YoungWarren 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 GagnonChris 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 GaleMichael 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 McFallDennis 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 ...
    Imperio59Imperio59
    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 StephenVorpahl, 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 MaoFrank 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 SaxenaAnkur 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 PersonJoachim 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 EllenBrandmeyer, 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 wasterJoe 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 thompsonDon 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 KinneyMike 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 ...
    ErwinErwin
    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 GaleMichael 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 GagnonChris 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 YoungWarren 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 PersonJoachim 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 MansfieldSteve 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 CampanaMatteo 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 FerraroDrew 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 VitalijKaplenko 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 johnsonTimothy 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 sahuTanmaya 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 RobertsSteve 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 PersonJoachim 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 PersonJoachim 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 PersonJoachim 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 RodriguezFernando 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 PersonJoachim 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 StephenVorpahl, 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 FreyChris 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 FreyChris 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 StephenVorpahl, 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 FerraroDrew 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 RodriguezFernando 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 GagnonChris 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 @ GBCharles @ 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 VitalijKaplenko 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 SnelsonAlan 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 WestJay 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 SugavanamSumithra 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 YoungWarren 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 KronenbergerGregor 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 PersonJoachim Person
    Mar 12, 2005 at 12:26 pm
    Mar 12, 2005 at 12:26 pm
Group Navigation
period‹ prev | Mar 2005 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions54
posts191
users35
websitemysql.com
irc#mysql

35 users for March 2005

Warren Young: 60 posts Chris Frey: 30 posts Earl Miles: 18 posts Joachim Person: 10 posts Marco Turchi: 10 posts Chris Gagnon: 8 posts Steve Mansfield: 6 posts Michael Gale: 5 posts Vorpahl, Jason Stephen: 5 posts Ankur G35 Saxena: 3 posts Don thompson: 3 posts Fernando Rodriguez: 3 posts Jmmail: 3 posts Drew Ferraro: 2 posts Erwin: 2 posts Imperio59: 2 posts Kaplenko Vitalij: 2 posts Mike Kinney: 2 posts Alan Snelson: 1 post Brandmeyer, Jo Ellen: 1 post
show more
Archives