Connect to Microsoft Access through OLEDB
- Last UpdatedJul 22, 2024
- 1 minute read
The following script shows an example connection for Microsoft Access through OLEDB:
Connection=aaDBAccess.GetConnection(
"Provider=Microsoft.Jet.OLEDB 4.0;
Data Source=C:\myAccessDb.mdb",
aaDBConnectionType.OleDb);