Hi, Is there a way to cache the MYSQL_RES in C++?I've tried to develop a class with functions returning the MYSQL_RES, MYSQL_ROW and MYSQL_FIELDS.
The functions work fine within the class file.But if I call the functions where else, I'll either get 'Segmentation fault' or 'bus error'.
Any idea? Thank you.
Kandy -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]