Thanks Chris,

That works. I think it would be useful to have such an example in the Rev docs.

Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz

Op 27-nov-2006, om 17:32 heeft John Craig het volgende geschreven:

Hi, Mark.  I've used the following to get a list of MySQL tables;

put revDataFromQuery(tab, return, lDB, "show databases") into tResult

and the following to list tables in a database;

put revDataFromQuery(tab, return, lDB, "show tables from mysql") into tResult ('mysql' being the database name)


JC


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to