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:
Example:
hdb = database(dbfile)