Database Object

Purpose:

Opens or creates a SQLite database object.

Syntax:

hdb = database(filename)

hdb.methodname where methodname is one of the following

schema

getPath
tablename
insertBuffer
 
schema
execSQL
close
open

select
insert
update
createtable
drop
delete

 

Comments:

The database handle returned is to a SQLite database.

Example:

hdb = database(dbfile)