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 > <[email protected]> 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 > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ 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
