How to connect external database which supports ODBC type connection

Suresh1
Tera Guru

Hi Guys,

Is there any way to connect external database from ServiceNow which supports ODBC connection. As of now in the data sources we only have JDBC, LDAP and OIDC. Am just wondering how to connect to external Database from SNOW.

Is there any thoughts, please let me know.

Thanks

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Suresh,

Did you check below links:

https://docs.servicenow.com/bundle/madrid-application-development/page/integrate/odbc-driver/concept/c_ODBCDriver.html

https://docs.servicenow.com/bundle/london-application-development/page/integrate/odbc-driver/concept/c_GettingStartedWithODBC.html

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi Ankur, Giri

 

Thanks for reply!!

 

I saw this one. This basically used to extract data from ServiceNow to ODBC driver. But am looking for connecting with external database and pull the data from that database which has only odbc connectivity type.

 

Inshort: uisng above methods we can extract ServiceNow information to ODBC driver.

what am looking is to pull the data of an external database in an external system to ServiceNow

 

Thanks

Suresh1
Tera Guru

Hi Ankur, Giri

 

Thanks for reply!!

 

I saw this one. This basically used to extract data from ServiceNow to ODBC driver. But am looking for connecting with external database and pull the data from that database which has only odbc connectivity type.

 

Inshort: uisng above methods we can extract ServiceNow information to ODBC driver.

what am looking is to pull the data of an external database in an external system to ServiceNow

 

Thanks