FAQ

Search Discussions

19 discussions - 99 posts

  • configure give me this: checking for MySQL library directory... configure: error: Didn't find mysqlclient_r library in '/usr/local/mysql/lib/mysql /usr/local/lib/mysql /opt/mysql/lib/mysql ...
    George13pGeorge13p
    Mar 21, 2006 at 7:58 pm
    Mar 31, 2006 at 1:00 pm
  • Is there a reason why Row::at() doesn't take constant unsigned ints? same with the [] operator. Respectfully, Alan Alvarez.
    Alan AlvarezAlan Alvarez
    Mar 18, 2006 at 2:31 pm
    Mar 21, 2006 at 8:10 pm
  • In Wishlist we read: o Transaction support. Create a "Transaction" class, an object of which you create on the stack, giving it a reference to the Connection object. Transaction object's ctor calls a ...
    Pedro LamarãoPedro Lamarão
    Mar 6, 2006 at 3:08 pm
    Mar 8, 2006 at 8:38 pm
  • Hi there I've just started using the MySQL++ library and has run into trouble when I escape strings. Consider the query below where column "foo" is a string and column "bar" is an int: mysqlpp::Query ...
    Bjoern RasmussenBjoern Rasmussen
    Mar 31, 2006 at 10:00 am
    Apr 5, 2006 at 3:02 am
  • I actually found a way to build a shared library, all you have to do is go through all thwe process to build a static one, then use one of the usefull minngw tools, a2dll, all you have to do is: ...
    Carlos FloresCarlos Flores
    Mar 25, 2006 at 11:19 pm
    Apr 18, 2006 at 6:40 pm
  • This is the first working version from the MySQL++ v2.1 branch. There are no new features. In fact, it goes slightly backwards, as it is currently based on MySQL++ 2.0.6; I haven't bothered to roll ...
    Warren YoungWarren Young
    Mar 2, 2006 at 10:28 am
    Mar 6, 2006 at 5:55 pm
  • I wouldn't have released this one so soon, if it wasn't for the potentially destructive uninstall target in the previous version. Hopefully I'll slow down from releasing tarballs every day. :) So, ...
    Warren YoungWarren Young
    Mar 4, 2006 at 9:23 am
    Mar 6, 2006 at 5:31 pm
  • Hi, I've been using mysql++ for years with all the disgusing patches, I've finaly found a good time to upgrade to 2.x. But I'm having a major problem with exceptions. It works perfectly on my ...
    Samuel BorgmanSamuel Borgman
    Mar 21, 2006 at 10:45 am
    Mar 22, 2006 at 9:48 am
  • Okay, it's beta time for v2.1. That means that it's feature complete and only wants testing to find bugs before release. I had other plans for features to add to v2.1, but due to having such low ...
    Warren YoungWarren Young
    Mar 18, 2006 at 6:08 am
    Mar 20, 2006 at 6:12 pm
  • Hello, I would like to highlight a possible bug according to the following entry in the change log for version 2.0.0, 2005.08.16 (r1031) The "Excess Hair Removal" release: Regards, Joel. -- ...
    Joel FielderJoel Fielder
    Mar 29, 2006 at 5:10 pm
    Mar 31, 2006 at 3:59 pm
  • I have migrated from 1.7.40 to 2.0.7. I had an issue compiling my code. I was using the execute member function in the Connection class to perform "FLUSH PRIVILEGES". However, the execute member ...
    Martin DubucMartin Dubuc
    Mar 20, 2006 at 3:44 pm
    Mar 20, 2006 at 5:57 pm
  • I'm having a problem where the doubles I try to store in my MySQL database using the macro generated smart types in MySQL++. I tried searching the mailing list for problem concerning 'double' and ...
    Nis Haller BaggesenNis Haller Baggesen
    Mar 17, 2006 at 3:57 pm
    Mar 18, 2006 at 3:57 am
  • Hi, I'm in trouble compiling and building a c++ application that use mysql++... Under linux i downloaded and compiled mysql++, so now i can run examples, but I don't understand how to compile a new ...
    Riccardo RoasioRiccardo Roasio
    Mar 14, 2006 at 10:25 am
    Mar 14, 2006 at 5:36 pm
  • Hello every one, I spen much time to install mysql++ to work on mingw, and this is the way I did’t hope help some one: The REAME.mingw file ask to do: First, you will need to create a ...
    Marco A. RamosMarco A. Ramos
    Mar 8, 2006 at 9:05 pm
    Mar 8, 2006 at 10:20 pm
  • Hai all, I am haranath.t and this is my 1st post to this group.I am very much new to mysql database.Here i want to insert the finger print template's(Binaray data) into mysql database from C API ...
    HaraHara
    Mar 6, 2006 at 4:19 am
    Mar 6, 2006 at 4:23 pm
  • Changes since yesterday's alpha1: - Merged the changes between v2.0.6 and v2.0.7 in, so there are no missing features in v2.1.x relative to 2.0.x. - Added uninstall, rpm, ebuild, and ctags Makefile ...
    Warren YoungWarren Young
    Mar 3, 2006 at 1:39 pm
    Mar 4, 2006 at 7:25 am
  • Hi, I have a program which receives a packet from another application and processes it against the DB depending on whats passed. The structure of the program is event driven, so I have a class which ...
    Ankur G35 SaxenaAnkur G35 Saxena
    Mar 30, 2006 at 5:01 pm
    Mar 30, 2006 at 5:01 pm
  • It's finally here, version 2.1: o Converted automake and makemake files to their equivalents in Bakefile format. o Added the Transaction class, which makes it easy to use transaction sets in MySQL++. ...
    Warren YoungWarren Young
    Mar 24, 2006 at 10:20 pm
    Mar 24, 2006 at 10:20 pm
  • - Added Transaction class, and an example to test it. You need to re-run resetdb to make this work. - Extracted all the C++ equivalents of SQL types from the top of type_info.cpp into a new ...
    Warren YoungWarren Young
    Mar 11, 2006 at 6:01 am
    Mar 11, 2006 at 6:01 am
Group Navigation
period‹ prev | Mar 2006 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions19
posts99
users24
websitemysql.com
irc#mysql

24 users for March 2006

Warren Young: 45 posts George13p: 19 posts Pedro Lamarão: 4 posts Samuel Borgman: 4 posts Alan Alvarez: 3 posts Bjoern Rasmussen: 2 posts Giles Anderson: 2 posts Marco A. Ramos: 2 posts Matt Dargavel: 2 posts Nis Haller Baggesen: 2 posts Ankur G35 Saxena: 1 post Björn Persson: 1 post Carlos Flores: 1 post Chris Frey: 1 post Don thompson: 1 post Drew Vogel: 1 post Hara: 1 post Joel Fielder: 1 post Johannes Schaub: 1 post Martin Dubuc: 1 post
show more
Archives