3 messages in com.mysql.lists.plusplusRe: about mysqlpp::sql_char and std::...
FromSent OnAttachments
Albert Sanchez17 Jul 2007 06:25 
Warren Young17 Jul 2007 06:38 
Albert Sanchez17 Jul 2007 06:39 
Subject:Re: about mysqlpp::sql_char and std::string
From:Albert Sanchez (oufe@gmail.com)
Date:07/17/2007 06:39:56 AM
List:com.mysql.lists.plusplus

Thanks Warren,

I Must improve my Googling

On 17/07/07, Warren Young <mysq@etr-usa.com> wrote:

Albert Sanchez wrote:

where is mysqlpp::sql_char defined

The first two hits on Google for "MySQL++ sql_char" are: http://tangentsoft.net/mysql++/doc/html/refman/sql__types_8h-source.html http://tangentsoft.net/mysql++/doc/html/refman/sql__types_8h.html

and how can i fet a std::string to work with it

sql_char is a typedef for std::string.