Information required on MS Access database connection or Connecting UiPath to ODBC Data Source via Microsoft Office Database Engine.
Overview: To enable connectivity between UiPath and an ODBC data source using the Microsoft Office Database Engine, follow these steps:
- Configuration of ODBC Connection:
- Ensure successful ODBC connection test before proceeding to UiPath configuration.
- Open Connection Wizard in UiPath:
- Click on the "Configure Connection" option to launch the Connection Wizard.
- Provider Selection:
- Choose the Provider Name as either "Microsoft Office Database Engine" or "Microsoft.Jet.OLEDB.4.0" based on available options in the dropdown.
- Connection String Setup:
- For an Access database, an example connection string may resemble this format:
- Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\YourPath\YourDatabase.mdb;
- Replace "C:\YourPath\YourDatabase.mdb" with the actual path to your .mdb file.
- Test Connection:
- Verify the connection's success by clicking the "Test Connection" button.
Now, the connection is successfully established and it is possible to execute the required queries.