FAQ

Search Discussions

24 discussions - 103 posts

  • Hi, My application should stay connected with the Mysql Server or reconnected on diconnect. It stays connected for a day or so, but always after a night (where probably not querys where started) the ...
    Manuel JungManuel Jung
    Jun 5, 2007 at 10:45 am
    Jun 6, 2007 at 11:16 am
  • Hi, I wanted to play around a bit with MySQL server 5.0, MySQL++ 2.2.3, and MingW 3.81 on a Windows XP SP2 system. First I am actually a bit uncertain whether MySQL++ is built properly. I've followed ...
    Martin PerssonMartin Persson
    Jun 21, 2007 at 12:58 pm
    Jun 27, 2007 at 3:42 am
  • Hello All, I downloaded and built mysql++ solution using VB++ Express. It built w/o errors after moving some files into the include directory of the compiler. I have attempted to build simple one but ...
    Wynn TaylorWynn Taylor
    Jun 27, 2007 at 1:58 pm
    Jun 29, 2007 at 3:54 pm
  • I am building 2.2.3 mysql++. Below is the configure script output and the contents of the config.log. **************************************************** checking whether -lnsl is needed... no ...
    Des SmithDes Smith
    Jun 22, 2007 at 3:32 pm
    Jun 27, 2007 at 3:47 am
  • Dear maintainer, My problem is described in the title. I search all the apis and can't find any hints. I wonder if it can be found anywhere or to be added in the future. Appreciate your reply.
    Niu KunNiu Kun
    Jun 10, 2007 at 11:14 am
    Jun 12, 2007 at 1:25 pm
  • Dear maintainer, I've been testing mysql++ on my Debian system. My libmysql++-dev is version 2.0.7-3. My mysql server is version 5.0.38-1.. My g++ is version 4.1.2-5. The following is my test ...
    Kun NiuKun Niu
    Jun 2, 2007 at 7:15 am
    Jun 12, 2007 at 1:01 pm
  • I got a problem when trying to compile the example files in Visual C++ 2005 even though I compiled all Mysql++ files and linked to all the output files as well as the original Mysql dev files like ...
    FelixFelix
    Jun 11, 2007 at 12:32 pm
    Jun 12, 2007 at 11:11 am
  • Hi, since we had some problems with the MySQL++-wrapper, I decided to look into this myself and possibly prepare a patch. But then, I couldn't even get the svn version to work. The configure script ...
    Axel HowindAxel Howind
    Jun 25, 2007 at 9:34 pm
    Jun 28, 2007 at 7:20 pm
  • Hi everybody, we are using mysql++ for quite a long time and started with version 2.1.1. I've tried to update our project to use 2.2.0 some time ago and got a linker error. I was waiting to release ...
    Nils WoetzelNils Woetzel
    Jun 9, 2007 at 6:00 pm
    Jun 19, 2007 at 9:31 am
  • Does mysql++ handle stored procedures? I didn't see anything in the docs. When I tried, I an exception was thrown with this message: PROCEDURE test.get_times_cited can't return a result set in the ...
    William F. DowlingWilliam F. Dowling
    Jun 12, 2007 at 8:44 pm
    Jun 13, 2007 at 2:35 pm
  • I am really new to C++, I am using Microsoft Visual C++ 2005 express edition. I downloaded the tar file and uncompressed the files and opened the mysql++.dsw file in the IDE. Now I tried to build it ...
    Jitesh ShettyJitesh Shetty
    Jun 5, 2007 at 11:19 pm
    Jun 6, 2007 at 8:44 pm
  • As promised, more mingw breakage... I only rebuilt the lib before, so decided to do the examples too, and got the errors below. Reversing revision 1596 fixes it, but is there a better solution? Joel ...
    Joel FielderJoel Fielder
    Jun 26, 2007 at 1:33 pm
    Jun 27, 2007 at 4:54 am
  • Just a quick one! Rebuilding (on mingw) from SVN after the recent wad of changes: lib/coldata.h:177: error: there are no arguments to `data' that depend on a template parameter, so a declaration of ...
    Joel FielderJoel Fielder
    Jun 25, 2007 at 7:29 am
    Jun 26, 2007 at 8:29 am
  • Can anyone please tell me Where is the above header file present ? I am using Microsoft Visual Studio 2005 Express Edition. Version 8.0. The express edition doesnt have the C++ support library from ...
    Jitesh ShettyJitesh Shetty
    Jun 13, 2007 at 9:50 pm
    Jun 16, 2007 at 11:12 am
  • Hi! I'm wondering that is this possible: I have a mysql table on a server and with php on that server i can connect this way: $connection = mysql_connect("127.0.0.1", "ulti", "******"); But. Is that ...
    Rock8airRock8air
    Jun 11, 2007 at 2:02 pm
    Jun 12, 2007 at 1:30 pm
  • Hello, after solving the bakefile issue, the bootstrap script still wouldn't create configure. Looking into the scripts, I discovered rebake did return with a non-zero exit status, but did not print ...
    Axel HowindAxel Howind
    Jun 28, 2007 at 9:06 pm
    Jun 29, 2007 at 8:52 am
  • We want to produce a mysqlpp build containing the query timeout fix. That's why we downloaded the latest sources from mysqlpp repository and copied the files connection.h, connection.cpp (they are ...
    Cezar ManoleCezar Manole
    Jun 25, 2007 at 1:40 pm
    Jun 25, 2007 at 9:50 pm
  • Hello, The gist of my problem is this: I load data from a CSV file into a table. The fields are unquoted. I then read back parts of this table to create a new table. The problem is that the table ...
    TazatekTazatek
    Jun 19, 2007 at 7:56 pm
    Jun 20, 2007 at 11:19 am
  • I have downloaded the most recent version of the driver: mysql++-2.2.3 Configured it, compiled, then run my test program that used to work fine with previous versions of the API Now it is crashing at ...
    Kemin ZhouKemin Zhou
    Jun 14, 2007 at 5:46 pm
    Jun 15, 2007 at 12:32 pm
  • Somehow solve one "still reachable" memory problem in valgrind. The patch file and the new file are attached. Look forward for further discussion.:) And thanks for maintain's great job.
    Niu KunNiu Kun
    Jun 12, 2007 at 3:11 pm
    Jun 13, 2007 at 8:11 am
  • Dear All, Recently I started to use MySQL++. The SSQLS is pretty cool. However, it truncates the string if there is '\0' in the middle of the string. I used the code below to test. ...
    Yuantu HuangYuantu Huang
    Jun 2, 2007 at 3:27 am
    Jun 2, 2007 at 5:13 am
  • As far as I'm concerned, v2.3 is essentially feature-complete. The only other thing I think I might do is this Wishlist item: o Define HAVE_MYSQL_SSL_SET by default on Windows? Make similar decisions ...
    Warren YoungWarren Young
    Jun 27, 2007 at 8:31 am
    Jun 27, 2007 at 8:31 am
  • It's a big leap from "only you answered" to "only you will ever answer, so why ask anyone else?" Yes, actually, it is a serious breach of netiquette. These rules exist for good reasons. First, the ...
    Warren YoungWarren Young
    Jun 27, 2007 at 3:33 am
    Jun 27, 2007 at 3:33 am
  • That's right. By the way, the right place to send reports like this is to the MySQL++ mailing list, not to me directly. I ignore most messages of this sort, but I'm making an exception since you're ...
    Warren YoungWarren Young
    Jun 21, 2007 at 4:11 pm
    Jun 21, 2007 at 4:11 pm
Group Navigation
period‹ prev | Jun 2007 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions24
posts103
users26
websitemysql.com
irc#mysql

26 users for June 2007

Warren Young: 43 posts Niu Kun: 10 posts Joel Fielder: 8 posts Felix: 4 posts Axel Howind: 3 posts Jitesh Shetty: 3 posts Manuel Jung: 3 posts Martin Persson: 3 posts Yuantu Huang: 2 posts Reid Madsen: 2 posts Gary clark: 2 posts Gaus, Gregory R \(Gregory\): 2 posts Jim Wallace: 2 posts Mosaed: 2 posts William F. Dowling: 2 posts Wynn Taylor: 2 posts Casper china: 1 post Cezar Manole: 1 post Des Smith: 1 post Drew M.: 1 post
show more
Archives