How do I retrieve SQLite table metadata in LiveCode?
SQLite has a PRAGMA statement for this but just sending it to the DB the way I would send a query
appears to generate an error.
SQLite metadata?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: SQLite metadata?
Hi WorldWizards,
Welcome to the forum!
If it's the column names you are after look up "revDatabaseColumnNames" in the dictionary.
If it's something else just say.
Simon
Welcome to the forum!
If it's the column names you are after look up "revDatabaseColumnNames" in the dictionary.
If it's something else just say.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 3
- Joined: Wed Feb 25, 2015 4:06 am
Re: SQLite metadata?
Thats all I need for the moment.
Thanks!
Thanks!
Re: SQLite metadata?
The errordialog is pointing to an error in your getDataBaseID() function and has nothing to do with PRAGMA etc.!