| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | September 15 2008 9:51am |
| Subject: | Re: problem with visual studio2008 and mysql++ | ||
| View as plain text | |||
On Sep 15, 2008, at 12:42 AM, manish wrote:
> Please help me out from both problem ,I have posted.
Mickaël means that you should split the result retrieval and check
line into two parts:
mysqlpp::StoreQueryResult res = query.store();
if (res) {
VC++ isn't very smart about handling constructs like this.
Also, have you tried the VC++ specific examples in examples/vstudio?| Thread | ||
|---|---|---|
| • problem with visual studio2008 and mysql++ | manish | 15 Sep |
| • Re: problem with visual studio2008 and mysql++ | MickaĆ«l Wolff | 15 Sep |
| • Re: problem with visual studio2008 and mysql++ | manish | 15 Sep |
| • Re: problem with visual studio2008 and mysql++ | Warren Young | 15 Sep |
