From: Warren Young Date: September 15 2008 9:51am Subject: Re: problem with visual studio2008 and mysql++ List-Archive: http://lists.mysql.com/plusplus/7952 Message-Id: MIME-Version: 1.0 (Apple Message framework v928.1) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable On Sep 15, 2008, at 12:42 AM, manish wrote: > Please help me out from both problem ,I have posted. Micka=EBl means that you should split the result retrieval and check =20 line into two parts: mysqlpp::StoreQueryResult res =3D 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?=