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.