  | | | MySQL++ | 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
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
I just installed 2.0.0 Beta 2 on a Fedora Core 4 system. I am getting the
following warning
/usr/local/include/mysql++/noexceptions.h In member function
mysqlpp NoExceptions& mysqlpp NoExceptiOn Mon Jul 18 2005 at 10 56 21AM -0700 Earl Miles wrote
> Warren Young wrote
> >Earl Miles wrote
>
[reply-to discussion snipped]
When I come across broken mailing list configurations such as mHi folks
I 'm a humble non-programmer who just wants to read a float table value into
a float variable.
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 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 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 -I/usr/include/mysqHello 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++ compiledThis 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
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 maintainp@(protected) wrote
> Hello Is it possible to put mysqlpp Connection * con in a class (and a .h) ?
Sure.
I think you 've got serious problems elsewhere in your system guessing
from your previous "loHello 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 >
clHi
I am using mysql++ very lightly..connect to a DB run a
select/insert/update and use the result set. Now I have 2 things I
want to do...One I want to figure how to keep the connection always onhi 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 aboutHi
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 youHi 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 ...\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 declnp@(protected) wrote
> i have a compile error in defs.h
Please post the text of the compiler error.
> If i try to force NO_LONG_LONGS macro
Why would you do that? For standard platforms NO_LONG_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 libI 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 " < < query.preOn Fri Jul 08 2005 at 06 58 34AM -0600 Warren Young wrote
> Robin wrote
> >
> >First I created a Static Library (.a) project
>
> Is your program GPL or LGPL? If not you need to create a DLL. 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 Hi Warren
I 've a new problem.
The "new\delete " of a Connection object have problem?
**********************************************************************
The information in this message is confiHi
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 macroI '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 clienThis 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 libraHi 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.
*************************************************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 hierarI 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  |
|
 |