FAQ

Search Discussions

27 discussions - 127 posts

  • Hi, My app was building and running without using SSQLS, but seeing the simplicity and extra functionality they afford, I moved to SSQLS. Unfortunately, this generates a string of linker errors now, ...
    Simon PicklesSimon Pickles
    Dec 12, 2007 at 10:17 pm
    May 23, 2012 at 4:45 pm
  • Below is the rest of it... 5) The simple main function 6) gdb run with backtrace 5) Code: #include <iostream #include <string #include <mysql++.h using namespace std; using namespace mysqlpp; int ...
    Graham ReitzGraham Reitz
    Dec 4, 2007 at 3:26 am
    Jan 10, 2008 at 4:08 am
  • Got the following table: cpp code connection & query stuff ... ... ... mysqlpp::longlong id = (mysqlpp::longlong)row["id"]; mysqlpp::Date invoice_date = (mysqlpp::Date)row["invoice_date"]; double ...
    Bart VerstraeteBart Verstraete
    Dec 23, 2007 at 8:19 am
    Jan 5, 2008 at 2:49 pm
  • I know you'll hate me for this. I blame my own inexperience and ignorance for having to ask this here, but I can't figure out how to link to mysql++ library. I emerged mysql++ on my Gentoo system. I ...
    Michael SullivanMichael Sullivan
    Dec 2, 2007 at 3:28 pm
    Dec 3, 2007 at 3:09 pm
  • There are some problems with ConnectionPool: 1) in grab(), if the first unused connection found is older than max_idle_time and there are no newer connections, it will be returned to the user. This ...
    Jonathan WakelyJonathan Wakely
    Dec 22, 2007 at 4:08 pm
    Jan 3, 2008 at 7:06 pm
  • Hi! Having a bit of a problem with linking version 2.3.2 of mysql++. I'm using Eclipse on os X 10.4 dual G5. I get: g++ -I"/Users/joehudson/Documents/workspace/Wendy/src" -O0 -g3 -Wall -c ...
    Joe HudsonJoe Hudson
    Dec 1, 2007 at 12:26 am
    Dec 7, 2007 at 10:39 pm
  • Hello I am running windows vista, but the problem also occurs on windows xp. I can compile mysql++ programs just fine, however whenever I attempt to connect to my server using this line of code ...
    Brian DawnBrian Dawn
    Dec 22, 2007 at 12:03 am
    Dec 26, 2007 at 9:31 pm
  • Should bootstrap be patched like so? This is an example of what you can get with the current script: $ ./bootstrap + bakefilize ./bootstrap: line 47: bakefilize: command not found + bakefile -f gnu ...
    Jonathan WakelyJonathan Wakely
    Dec 15, 2007 at 7:21 pm
    Dec 28, 2007 at 8:54 pm
  • The debug build still seg faults on the Query destructor. I thought I would try a release build and received the following linker warnings: ld: warning in /sw/lib/mysql/libmysqlclient_r.dylib, file ...
    Graham ReitzGraham Reitz
    Dec 1, 2007 at 6:18 am
    Dec 3, 2007 at 1:54 pm
  • This one was caught by GCC's debug mode. I don't fully understand these parts of the library yet, but it seems that this sql_type_info initializer on line 81 of type_info.cpp: sql_type_info("NULL NOT ...
    Jonathan WakelyJonathan Wakely
    Dec 27, 2007 at 11:09 pm
    Jan 3, 2008 at 6:09 pm
  • Hi, I just "finnished" a project on winXP & visual 2005 (c++ / mfc dll) using mysql++, and I have now to switch my work to WinCE5.0. All my functionnality have been ported succesfuly to wince, but ...
    BastienBastien
    Dec 12, 2007 at 9:10 am
    Dec 12, 2007 at 1:34 pm
  • I had a strange issue that I eventually tracked down to a mismatch between the number of columns included in the results of a select query and the number of columns my SSQLS structure expected. My ...
    Drew M.Drew M.
    Dec 7, 2007 at 7:47 am
    Dec 11, 2007 at 3:58 am
  • Hello, What is the cause of a "lock failed" mysqlpp exception, and what is the best approach for dealing with it? It only happens occasionally. I am currently just using a try/catch to field it, and ...
    Simon PicklesSimon Pickles
    Dec 29, 2007 at 9:37 am
    Dec 31, 2007 at 5:47 pm
  • Hi, Does mysql++ support embedded server? if so,what's the steps?
    王颖明王颖明
    Dec 27, 2007 at 4:26 pm
    Dec 28, 2007 at 7:02 pm
  • Hey all, I am sort of new to C++ (as in i read "Teach Yourself C++ in 21 days) and even newer to MySQL. I have had reasonable success working with the stock MySQL C API but it is rather clunky and I ...
    Jms295Jms295
    Dec 3, 2007 at 4:49 pm
    Dec 3, 2007 at 7:09 pm
  • I just reinstalled VC++ 2003 on my main Windows development box to test MySQL++ v3 with it, and found that the Null<T for SSQLS feature causes an internal compiler error. I'd rather not spending time ...
    Warren YoungWarren Young
    Dec 31, 2007 at 7:26 pm
    Jan 1, 2008 at 3:31 am
  • I see there's now only one warning when configured in pedantic mode and compiling with GCC: /lib/query.cpp: In copy constructor 'mysqlpp::Query::Query(const mysqlpp::Query&)': ./lib/query.cpp:53: ...
    Jonathan WakelyJonathan Wakely
    Dec 29, 2007 at 2:48 pm
    Dec 31, 2007 at 1:11 pm
  • this cleans up a lot of easily-avoided warnings with gcc -Wall Jon
    Jonathan WakelyJonathan Wakely
    Dec 27, 2007 at 11:44 pm
    Dec 28, 2007 at 7:23 am
  • This might be too late for 3.0 but I think it's a worthwhile simpification. This patch replaces RefCountedBuffer with RefCountedPointer<Buffer , where Buffer just holds an array of chars, a type and ...
    Jonathan WakelyJonathan Wakely
    Dec 22, 2007 at 3:53 pm
    Dec 27, 2007 at 1:37 am
  • Hello, I need help with MySQL C API to read ~/.my.cnf config options. I have a problem. connect2.c doesn't use client login info provided in ~/.my.cnf file? What would cause it to use ...
    Joe shoemakerJoe shoemaker
    Dec 20, 2007 at 3:03 pm
    Dec 20, 2007 at 8:44 pm
  • I'm trying to download the latest libraries for mysql++. I'm having intermittent success getting to the web server at tangentsoft.net. My browser usually gives me a timeout. I have tried a couple of ...
    Gary AndersonGary Anderson
    Dec 17, 2007 at 8:48 pm
    Dec 17, 2007 at 9:22 pm
  • valgrind reports this memory leak, ==10279== 43 (16 direct, 27 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==10279== at 0x4A06205: operator new(unsigned long) ...
    Jonathan WakelyJonathan Wakely
    Dec 16, 2007 at 12:51 am
    Dec 17, 2007 at 6:42 pm
  • Here's my code: [email protected] ourrpg $ nl gameengine.h 1 #ifndef GAMEENGINE_H 2 #define GAMEENGINE_H 3 4 #include <mysql++.h 5 6 using namespace mysqlpp; 7 class GameEngine 8 { 9 public: 10 ...
    Michael SullivanMichael Sullivan
    Dec 2, 2007 at 8:33 pm
    Dec 3, 2007 at 12:42 pm
  • It seems appropriate to me that I'm making this release on the first day past the Winter solstice: from here on, things will be getting brighter around here. :) It's been a bit of a slog, but here it ...
    Warren YoungWarren Young
    Dec 22, 2007 at 3:18 pm
    Dec 22, 2007 at 3:18 pm
  • I am looking for a good C++ example of a simple MySQL client program written in C++ and runs on Linux, using MySQL++ libraries that does the following (no threading): Accessing Option File Contents, ...
    Joe shoemakerJoe shoemaker
    Dec 21, 2007 at 10:19 am
    Dec 21, 2007 at 10:19 am
  • There is no config-win.h in MySQL++. No change you make to it will affect MySQL++.
    Warren YoungWarren Young
    Dec 21, 2007 at 2:14 am
    Dec 21, 2007 at 2:14 am
  • This is driving me nuts. The release build works like a champ, and the debug version crashes and burns. (Same issue that I have been posting about). I am also using the exact same mysql and mysql ...
    Graham ReitzGraham Reitz
    Dec 4, 2007 at 3:23 am
    Dec 4, 2007 at 3:23 am
Group Navigation
period‹ prev | Dec 2007 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions27
posts127
users22
websitemysql.com
irc#mysql

22 users for December 2007

Warren Young: 48 posts Jonathan Wakely: 21 posts Graham Reitz: 15 posts Simon Pickles: 8 posts Brian Dawn: 4 posts Joe Hudson: 4 posts Michael Sullivan: 4 posts Drew M.: 3 posts Bastien: 2 posts Jim: 2 posts Jms295: 2 posts Joe shoemaker: 2 posts Luigi Grilli: 2 posts William F. Dowling: 2 posts Bart Verstraete: 1 post Ddneilson: 1 post Gary Anderson: 1 post Jim Wallace: 1 post Joel Fielder: 1 post John Gehring: 1 post
show more
Archives