Connecting to databases other than SQL Server
- Last UpdatedJul 22, 2024
- 1 minute read
Use the overloaded GetConnection() method to access a data source other than Microsoft SQL Server.
Syntax
aaDBConnection.GetConnection(
string ConnectionString,
aaDBConnectionType ConnectionType)
Parameters
Acceptable values for ConnectionType are as follows:
-
OLEDB
-
Oracle
Note: Use OLEDB to connect to the Microsoft Access data source.