Connection

This class represents a connection to a database.

To connect to a database, create a connection object, fill the needed properties, and call the Open method.

For SQLite connections, the following algorithm is used:

This class is creatable.

DIM hConnection AS Connection

hConnection = NEW Connection ( )

Creates a new void connection object.


Properties  Methods 
Charset  Databases  Host  Login  Name  Password  Port  Tables  Type  Users  Version    Begin  Close  Commit  Create  Edit  Exec  Find  Open  Quote  Rollback