This is in my mySQL C API application...
Adam
On 11/16/05, Warren Young <mysqlpp@stripped> wrote:
> Adam Zerlin wrote:
> >
> > if(mysql_ping(connection) != 0)
> > return false;
> >
> > if(mysql_query(connection,query) != 0) { // query failed
>
> This list is for MySQL++, the C++ wrapper for the MySQL C API. Please
> send this to the main MySQL mailing list.
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe: http://lists.mysql.com/plusplus?unsub=1
>
>
--
Adam