| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Luca Béla Palkovics | Date: | July 13 2007 7:54pm |
| Subject: | Problems with mysqlpp::Result | ||
| View as plain text | |||
Hi,
I am using mysql++-2.3.2 with Visual Studio 2005.
*I can connect to MySQl
*I can use querys
But I can't read results
query << "select * from MyDb";
=09
mysqlpp::Result res =3Dquery.store();
if (!res.empty())
{
...
Here already starting the problems
res.empty() .. gives a big error..
and when I look in debug .. it looks like it's using bad pointers
Everything works fine.. only mysqlpp::Result make problems
| Thread | ||
|---|---|---|
| • Problems with mysqlpp::Result | Luca Béla Palkovics | 13 Jul |
| • Re: Problems with mysqlpp::Result | Ernest Bori | 16 Jul |
