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.

This class is creatable.

DIM hConnection AS Connection

hConnection = NEW Connection ( )

Creates a new void connection object.

Properties  Methods 
Charset  Database  Host  Login  Name  Password  Port  Tables  Type  User    Begin  Close  Commit  Create  Edit  Exec  Find  Open  Rollback