SQLite Problem

Bob Sneidar bobsneidar at iotecdigital.com
Tue Mar 24 12:28:30 EDT 2015


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 <dochawk at gmail.com<mailto:dochawk at gmail.com>> 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.



More information about the use-livecode mailing list