For Sqlite, you can query the sqlite_master table: select tbl_name from 
sqlite_master where type = ‘table’

Bob S


On Mar 14, 2015, at 09:47 , Dr. Hawkins 
<[email protected]<mailto:[email protected]>> wrote:

I have found relying on revDatabaseColumnaNames() and
revDatabaseTableNames() unreliable--tablenames so much so that I've written
my own function twice for postgres, as livecode's misses tables
sporadically.

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

Reply via email to