We use postgresql as a database in our project hence I want to do the database connection with postgresql using UiPath. But I am unable to find how to do that. Could you please help me know how to Configure the connection in UIPath for postgres with a sample xaml file.
Now, Create .DNS file using ODBC driver with PostgreSql driver
Step 4:
Now Configure the DNS file with the details of DB, User name and password
Step 5:
Now, Open UI Path -> Connection Wizard -> Set up Microsoft ODBC Data Source and upload the DNS file in the below path and click on âTest Connectionâ
Step 6:
Click on âRunâ and now the connection will set up
Note:
Donât generate 64 bit DNS file. It is not supported for the Data base connection to postgresql.
Could you please let me know how to configure POSTGRESQL in my system. I have installed the postgresql driver. But nothing shows in Datasources(ODBC). Awaiting your reply. Thanks in advance.