cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating POSTGRESQL Database

Former Member
0 Kudos

Dear All

Can we integrate POSTGRESQL Database with XI ? Is it anyway different from integrating Oracle & MS SQL Databases?

Thanks and Regards

Bhasker

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for your feed back

Former Member
0 Kudos

Hi Bhaskar,

As long as you have correct dirvers for the database we should be ok.

Regards,

---Satish

i827647
Product and Topic Expert
Product and Topic Expert
0 Kudos

No, both are JDBC connection, you just change the URL connection (jdbc:postgresql://localhost/test) and class (org.postgresql.Driver).

Best regards,

Edson Thomaz