MySQL

Mark Schonewille m.schonewille at economy-x-talk.com
Mon Nov 27 12:11:54 EST 2006


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
>




More information about the use-livecode mailing list