Connect to an Oracle data source
- Last UpdatedJul 22, 2024
- 1 minute read
The following script shows an example connection for Oracle:
Connection=aaDBAccess.GetConnection("Provider=MSDAORA;
Data Source=myOracleServer;User ID=<name>;
Password=<password>.",aaDBConnectionType.Oracle);