Where is the Jdbc.jar file when the database is connected?

0
I want to connect to the database through the Database Connector, but the reference documentation requires that the jdbc documentation be placed under the userlib documentation. Where should the jdbc documentation be downloaded? (Note: I want to connect to the postgresql type database)
asked
3 answers
0

Hi James,

You can download the jdbc jars on the official site of postgresql here:

https://jdbc.postgresql.org/download.html

Kind Regards,

answered
0

This is the jar file I will download in the userlib directory.

This is my microflow:

answered
0

 

I found youtube can explains step by step of using Database Connector.

Hope will help.

https://www.youtube.com/watch?v=eJVFyDONU9Y

Remark: I also stuck about using Database Connector to connect mssql (Error = Failed to get driver instant)

answered