From: Warren Young Date: July 17 2007 1:38pm Subject: Re: about mysqlpp::sql_char and std::string List-Archive: http://lists.mysql.com/plusplus/6822 Message-Id: <469CC656.5090901@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.