1. Administration - Administration functions
Several functions are provided in order to create, open and close a data source. Since a data source manages several access levels, different access handles of the data source (client, dictionary, database, object space, property, resource database) can be accessed separately.
Functions
- DataSource - Create data source handle
 - close - Close Data Source
 - initialize - Initialize data source
 - loadOptions - Load options when database not yet opened
 - name - Data source name
 - open - Open data source
 - ~DataSource - Destructor
 

