How to get the table names of a connectedd database?

Trevor DeVore lists at mangomultimedia.com
Mon Jan 23 10:01:50 EST 2006


On Jan 23, 2006, at 6:44 AM, David Bovill wrote:

> function database_GetTableNames tObjects
>     -- gets from QueryObject not directly from live database
>     -- so use Database Query Builder Tools first
>     put revTableNamesOfQuery(tObjects) into tableList
>     return tableList
> end database_GetTableNames
>
> This does the job - but you have to use the "Database Quesry  
> Builder"? How is this done directly in transcript - anyone got some  
> handlers having problems debugging the Query Builder :)

Undocumented function revdb_tablenames(theConnectionID).


-- 
Trevor DeVore
Blue Mango Multimedia
trevor at mangomultimedia.com





More information about the use-livecode mailing list