SQLite Table Exists

Terence Heaford t.heaford at icloud.com
Tue May 5 13:47:37 EDT 2015


> On 5 May 2015, at 15:41, Peter Haworth <pete at lcsql.com> wrote:
> 
> If you need to create the table
> if it doesn't exist, you could CREATE TABLE IF NOT EXISTS.


Was just looking for a generalised method of determining if a table exists without having to create the table.


Thanks

Terry


More information about the use-livecode mailing list