-none- 2007-09-19 - By Jim Wallace
Back You can hit the information_schema database, or I suspect you can issue the following as a queries, since they return a result sets
query << "show tables"; .... row.at(x).at(0) is tablename query << "describe " << tablename;
run interactively to see what to expect.
-- --Original Message-- -- From: Mandy Llanes [mailto:mandy.llanes@(protected)] Sent: Wednesday, September 19, 2007 6:49 AM To: plusplus@(protected) Subject: All tables for a Database ( with information)
Hello, I want recovery information for all tables of a database. With mysqlpp::Connection i have the conection to database, but how i can recovery all information for their tables ( fields, type fields, keyword fields).
Thank's very much.
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=mysql@(protected)
|
|