  | | | MySQL++ | Aloha-
I just started using MySQL++ and while I like it a lot I 'm having a strange
problem with saving blobs to the database. Basically any image over 64k
gets truncated the image goes grey in theHello
I 'm new to MySQL++
I 've just installed mysql++-2.3.0 in an Ubuntu Linux following the
instructions in README.linux
I want to compile an example but I must be missing something... it doesn 't
I have started to work with the MySQL++ 2.3.0 library. I have compiled de example at
MySql++\examples\vstudio\mfc and after I run it shows the Output view
Detected memory leaks!
{144} normal block I am using the set_option method on the Connection to set read/ write
and connect query timeouts.
I set these before I do the connect .
I 'm also using the latest Mysql ++ which has a fix for pendiI am coding C++ in Dev-C++ using the MinGW compiler running on Windows Vista. I am attempting to build the library as described in README.mingw and I am at the
Building the Library and Example PrHere it is the biggest release since v2.0
o Added Query for_each() and Query store_if() methods
proposed by Joel Fielder and added examples for each.
o It 's now possible to stoTested against 2.2.3 mysqlpp quote and mysqlpp escape don 't escape
text passed as an array of characters
#include <mysql++.h >
#include <iostream >
using namespace std
using namespace mysqlpp
iHello
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 prinHello all
I want to use Mysql with Borland c++ Builder. Would anyone please
give me help on accomplishing this. I do not know how the libraries
are organized and what include files needed.
TIA
Mo
-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 butAs 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
Martin Persson wrote
>
> Sorry about flooding the list with newbie questions
> but from personal experience and after RTFM I thought
> it would be a better solution than pestering an expert
> with 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?
JoeHi
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 scriptWe 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 supJust 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 `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.Axel Schwenke wrote
>
> from the README I understand you are the maintainer of mysql++
That 's right.
By the way the right place to send reports like this is to the MySQL++
mailing list not to mHi
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 followe
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 tableI 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 aCan 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 MiDoes 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 theHi!
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.
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 mDear 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.
--
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 releaKun Niu wrote
>
> string database "perldbi "
Some of your results might change if you change this and the others to
this form
string database( "perldbi ")
Or for that matter pass the stringI have installed the database at the same location as mentioned in the
readme.vc but I have not installed the source of MySQL Do I need to
install the source too ?
On 6/5/07 Warren Young <mysqlpp@Warren
I 'm using a connection pool to reduce the overhead associated with
opening/closing database connections. Often one of the connections in
the pool times out. Here is a snippet of code from  |
|
 |