How to connect external database which supports ODBC type connection

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2019 08:56 PM
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
- Labels:
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2019 10:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2019 10:26 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2019 10:50 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2019 12:12 AM
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