revDatabaseColumnNames fails to recognize table

Mike Bonner bonnmike at gmail.com
Mon Jan 30 21:41:03 EST 2017


Most likely thing I can think of is that on opening the database, something
is wrong with the path so it created a new and empty database.. somewhere..
Just to test, I would "put theRes" and see whats actually in there.

On Mon, Jan 30, 2017 at 7:29 PM, 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