revDatabaseColumnNames fails to recognize table

Bob Sneidar bobsneidar at iotecdigital.com
Tue Jan 31 10:47:23 EST 2017


I always query the master table for the table names. Get the sql column which is the create statement, from which you can parse the column names. 

Bob S


> On Jan 30, 2017, at 18:29 , Dr. Hawkins via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> After opening a database, I check for the names of a table
> 
> *put* revDatabaseTableNames(licMkrDb) into theRes
> 
> *filter* theRes with "dhbk_*"
> 
> ck char -1 of theRes
> 
> *put* revDatabaseColumnNames(licMkrDb,theRes) into clmNms
> 
> at this point, clmNms contains
> 
> revdberr,invalid table name
> 
> Uhm, how can this possibly be?
> 
> 
> -- 
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list