Re: mysql++: How to save a row[i] as a char*

2001-01-20 Thread Sinisa Milivojevic
Juergen Leeb writes: > How can I get a row[i] in a char* or a qstring variable? > > thank for helping! > juergen leeb > HI! You can use either get_string() or dat() methods to get std::string out of row[i]. Why should you use char *, when you are using C++ and STL already. If you do re

Re: mysql++: How to save a row[i] as a char*

2001-01-19 Thread Jorge del Conde
CTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 9:11 PM Subject: mysql++: How to save a row[i] as a char* > How can I get a row[i] in a char* or a qstring variable? > > thank for helping! > juergen leeb > > -

mysql++: How to save a row[i] as a char*

2001-01-19 Thread Juergen Leeb
How can I get a row[i] in a char* or a qstring variable? thank for helping! juergen leeb - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)