FAQ

Search Discussions

31 discussions - 122 posts

  • Hi, While we're talking about wish-lists for version 2.0, I have an item to contribute. In fact, it surprised me this hasn't been addressed yet, or maybe I'm missing something. The SSQL macro ...
    Wolfram ArnoldWolfram Arnold
    Jul 6, 2005 at 8:15 am
    Jul 18, 2005 at 12:06 pm
  • Hello, Is it possible to put mysqlpp::Connection * con in a class (and a .h) ? I've tried already and then theses previous errors appears under VS 2003 ... Sample code (.h): #include <mysql++.h class ...
    NpNp
    Jul 18, 2005 at 1:52 pm
    Jul 21, 2005 at 2:55 pm
  • Hello Everyone: I've been playing with porting my C++ app to use mysql++ 2.0 instead of mysql++ 1.7. Looks good overall. Nice work, Warren and everyone! One question: I'd like to be able to maintain ...
    J RobinsonJ Robinson
    Jul 18, 2005 at 4:19 pm
    Aug 1, 2005 at 1:05 pm
  • Hi, I've created a patch for the ability to handle multi statement queries that return multiple result sets. I'm attaching that, as well as multiquery.cpp, which is intended to go in the examples ...
    Jalon, ArnonJalon, Arnon
    Jul 7, 2005 at 11:28 pm
    Jul 18, 2005 at 8:14 pm
  • Hi I'm adding a dependancy for mysql++ in my project and need my configure script to check that it's installed. Is there an official m4 macro for this or an pkg-config file, or do you all write your ...
    Pål BrattbergPål Brattberg
    Jul 13, 2005 at 9:46 am
    Jul 22, 2005 at 2:45 am
  • I'm trying to configure mysql++ for Solaris 8. Using mysql++ 1.7.40 and MySQL 4.1.12 pro. Getting error when checking for mysql_store_result in -lmysqlclient_r...could not find working MySQL client ...
    Twibell, Cory LTwibell, Cory L
    Jul 5, 2005 at 10:08 pm
    Jul 8, 2005 at 4:38 am
  • Hi All, I finally got MySQL++ (1.7.40) built with one of the included console based examples. Now I am struggling with building MySQL++ along with WxWidgets using MinGW Developer Studio. All I do is ...
    RobinRobin
    Jul 20, 2005 at 6:46 pm
    Jul 22, 2005 at 4:13 pm
  • I am getting the following compiler errors, and I was wondering if there was a way to get around the unsupported 'long long.' g++ -g -Wall -W -pedantic-errors -I/usr/local/include ...
    Purcell, Dan Clifford \(UMR-Student\)Purcell, Dan Clifford \(UMR-Student\)
    Jul 20, 2005 at 5:45 pm
    Jul 22, 2005 at 3:12 am
  • Hello everyone. I got MySQL version 5.0.9 Beta, mysql++ 2.0 Beta and using VS.NET 2003 (Ver. 7.1), Windows XP Pro I am having issues with Unicode characters. All the examples of mysql++ compiled and ...
    Tim ShorTim Shor
    Jul 18, 2005 at 6:36 pm
    Jul 21, 2005 at 5:36 pm
  • This is the first (and maybe only?) beta version for v2.0.0, which has been "cooking" for about a month now. The API and ABI should be stable now, but there are no guarantees. It generates libraries ...
    Warren YoungWarren Young
    Jul 5, 2005 at 11:24 am
    Jul 13, 2005 at 7:40 pm
  • Hi, I was reading comp.lang.c++.moderated tonight, and read a post on exceptions, and thought I'd ask for comments here, relating to mysql++. Would it be useful to split up the exception hierarchy ...
    Chris FreyChris Frey
    Jul 4, 2005 at 4:46 am
    Jul 6, 2005 at 5:37 pm
  • Thanks to some help from list member Robin, I've got a MinGW building MySQL++ as a DLL. Unfortunately, there's a new problem, which is that MinGW can't link programs to it. VC++ builds DLLs just ...
    Warren YoungWarren Young
    Jul 28, 2005 at 11:52 pm
    Aug 3, 2005 at 12:43 am
  • Hi all, i'm new with mysql and c++ and i have to wrote an application which insert data in a mysql database. I want data to be encrypt so i search on the web and i saw that mysql support SSL now. I ...
    LmarcillyLmarcilly
    Jul 13, 2005 at 7:41 am
    Jul 22, 2005 at 7:08 am
  • Here is what I am using: Windows 2000 Professional SP4 MinGW Developer Studio 2.05 w/ GCC 3.4.2 (I think) Latest MySQL++ Tarball (1.7.40) First I created a Static Library (.a) project and included ...
    RobinRobin
    Jul 8, 2005 at 11:04 am
    Jul 21, 2005 at 10:09 am
  • hi, warren i have a programme with mysql++. it's too simple. connect, query, result,row -- then I will analyse the data, but when I try to upgrade to 2.0.0, I have to face so many error that is about ...
    Owen nirvanaOwen nirvana
    Jul 14, 2005 at 4:27 am
    Jul 15, 2005 at 10:37 pm
  • Hi, I have installed binary rpm mysql++-1.7.40. I have also downloaded rpm which includes examples. When i say make for these examples it is giving errors. Help me in executing these programs. ...
    Archana maramArchana maram
    Jul 26, 2005 at 1:00 pm
    Jul 26, 2005 at 1:16 pm
  • Hello System: VisualStudio 7.1 C++ MySQL: 4.0.25 MySQL++: 2.0.0 Beta2 In anybody has memory leaks at the end of its program when he uses the system above. I only added <mysql++.h and the libraries ...
    Alain_d99Alain_d99
    Jul 26, 2005 at 8:59 am
    Jul 26, 2005 at 11:55 am
  • I was working through the samples and to get a first overview, I feel a smaller sample may serve beginners better. That simple1.cpp really says little and the util.cpp has the stuff litered around ...
    Henning DiedrichHenning Diedrich
    Jul 24, 2005 at 4:40 pm
    Jul 24, 2005 at 5:30 pm
  • Just for info, I had the same KIND OF problem on windows platform event with 2.0b2 while trying to integrate MYSQL server sources (4.11/4.12a/5.02b), MYSQL++(1.7/2.0) and JASPER (free JPEG2000 ...
    NpNp
    Jul 21, 2005 at 9:14 am
    Jul 22, 2005 at 12:53 am
  • Hi folks, I'm a humble non-programmer who just wants to read a float table value into a float variable. ---------------------------------------------------------------------------- ------------- ...
    Benjamin LiuBenjamin Liu
    Jul 20, 2005 at 11:10 pm
    Jul 21, 2005 at 10:16 pm
  • Warren, I trust that you're subscribed to the commit list, so you'll see any of my small changes (such as svn revision 967) without having to post about it here. Bigger changes I'll post about here ...
    Chris FreyChris Frey
    Jul 20, 2005 at 8:45 pm
    Jul 20, 2005 at 10:27 pm
  • hey , I'm using the "1_7_1win32_borland_1_2" version of MySQL++ and I experienced some problems compiling the example applications under Borland C++ Builder 6.0 personal edition. I have added the ...
    Unknown SenderUnknown Sender
    Jul 11, 2005 at 3:53 pm
    Jul 11, 2005 at 10:45 pm
  • I have made a programm using the mysql++ API for the visual studio 7. The code is: try { Query query = con- query(); ostringstream strbuf; query<<"select * from vsr"; log << "query= " << ...
    Sotiris ChatzisSotiris Chatzis
    Jul 11, 2005 at 11:46 am
    Jul 11, 2005 at 12:18 pm
  • Hi all I'm on the lookout for a good connection pool to use with MySQL++. What do you guys use, and what are your recommendations? I haven't found any real projects when googling, so I'm leaning ...
    Pål BrattbergPål Brattberg
    Jul 8, 2005 at 9:17 am
    Jul 8, 2005 at 9:30 am
  • Hello, I tried installing 1.7.40 version of mysql++ onto a Suse system. I have mysql version 4.1.12 installed from source. I tried compiling mysql++ from the source. ./configure seems to succeed, but ...
    Ouellette_bradOuellette_brad
    Jul 7, 2005 at 7:09 pm
    Jul 7, 2005 at 11:06 pm
  • Hi Warren, I've a new problem. The "new\delete" of a Connection object have problem? ********************************************************************** The information in this message is ...
    Paoletti VincenzoPaoletti Vincenzo
    Jul 6, 2005 at 12:51 pm
    Jul 6, 2005 at 5:53 pm
  • Hi Warren, there is a class or method to handle transactions with mysql++? Obviously without using mysql C API. I have the mysql++-1.7.40 version. ...
    Paoletti VincenzoPaoletti Vincenzo
    Jul 4, 2005 at 1:02 pm
    Jul 5, 2005 at 8:18 am
  • I noted in a recent thread that Bernd Prager was trying to do what I am also wanting to do, that is, build mysql++ with Eclipse and cygwin on a windows platform. It seemed that he found a solution to ...
    Smith, HerbSmith, Herb
    Jul 1, 2005 at 6:04 pm
    Jul 2, 2005 at 7:00 am
  • This is the second beta release of MySQL++ v2.0. Not much has changed from a practical standpoint; please see the beta1 announcement for most of the details: http://lists.mysql.com/plusplus/4591 ...
    Warren YoungWarren Young
    Jul 18, 2005 at 6:35 pm
    Jul 18, 2005 at 6:35 pm
  • ...\mysql++\lib\defs.h(53): error C2632: '__int64' followed by 'long' is illegal ...\mysql++\lib\defs.h(53): warning C4091: 'typedef ' : ignored on left of 'unsigned __int64' when no variable is ...
    NpNp
    Jul 12, 2005 at 1:40 pm
    Jul 12, 2005 at 1:40 pm
  • Why would you do that? For standard platforms, NO_LONG_LONGS should be defined correctly from within platform.h. There should be no good reason to change it manually.
    Warren YoungWarren Young
    Jul 11, 2005 at 10:47 pm
    Jul 11, 2005 at 10:47 pm
Group Navigation
period‹ prev | Jul 2005 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions31
posts122
users27
websitemysql.com
irc#mysql

27 users for July 2005

Warren Young: 53 posts Chris Frey: 21 posts Jalon, Arnon: 5 posts Robin: 5 posts Earl Miles: 4 posts Np: 3 posts Purcell, Dan Clifford \(UMR-Student\): 3 posts Tim Shor: 3 posts Twibell, Cory L: 3 posts Carlos M. Gutierrez: 2 posts Pål Brattberg: 2 posts Paoletti Vincenzo: 2 posts Wolfram Arnold: 2 posts Lmarcilly: 1 post Ouellette_brad: 1 post Alain_d99: 1 post Ankur G35 Saxena: 1 post Archana maram: 1 post Benjamin Liu: 1 post Brian Farmer: 1 post
show more
Archives