Connecting to ServiceNow using JDBC

kozy_f
Tera Expert

Hi all, has any one connected to ServiceNow's Database directly using JDBC ? We are planning to replace an Oracle based web system to ServiceNow and some systems connected to the current system is using JDBC. I wanted to know if those Interfaces should also be rebuit using Web API.

1 REPLY 1

Slava Savitsky
Giga Sage

ServiceNow has an ODBC driver that can be used for read-only access to the database. I think this is exactly what you are looking for.