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.