dbTalk Databases Forums  

VS 2005 Beta Query=> has gone away ...

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss VS 2005 Beta Query=> has gone away ... in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
np@sfr.fr
 
Posts: n/a

Default VS 2005 Beta Query=> has gone away ... - 08-17-2005 , 07:54 AM






Hello, using VS 2005 B2, i use the same source (sample1) and i reach "MYS=
QL has gone away" <hen calling "use()" :
sample code :
(*qry) << "sele=
ct * from TEST";
qry-->use();

Using mysql server 4.1.11, server is st=
arted in debug mode, so 'im sure no statement is sent by API.


Is the=
re anyone that has already try to use MYSQL++ API under VS 2005 ? (2003 i=
s really bugy ...)


Thanks all.



NP


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Warren Young
 
Posts: n/a

Default Re: VS 2005 Beta Query=> has gone away ... - 08-17-2005 , 11:30 AM






np (AT) sfr (DOT) fr wrote:
Quote:
"MYSQL has gone away"
This usually means that the connection was dropped before you execute
the query. In MySQL++, the Connection object must have a lifetime at
least as long as all other uses of MySQL++ tied to that connection.

Quote:
qry-->use();
I hope that's a typo for "qry->use();"...

Quote:
(2003 is really bugy ...)
Forgive my skepticism, but I have a hard time believing that a Microsoft
beta is more stable than its two-year-old predecessor with service packs.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.