Skip to main content
1-Visitor
December 29, 2015
Question

How can we connect ThingWorx with ODBC data sources.

  • December 29, 2015
  • 1 reply
  • 3228 views

Hi ,

I wanted to connect my ThingWorx application with an ODBC data source. I know how to work with JDBC drivers to connect to any JDBC compatible database. Similarly I want to connect with ODBC compatible data sources.



Thanks in advance !!!!


Thanks and regards,
Vishal Vaidya

1 reply

7-Bedrock
January 15, 2016

Hi Vishal,

I have the same question. Have you found something to connect to ODBC?

Best,

Arian

5-Regular Member
January 15, 2016

Arian, to start off with, here is the Martketplace download link for the JDBC Connector extension. You can use your custom driver file to create and use your connector extension. All you would need is a valid Connection URL, Driver Class Name and Connection Strings. Here are some JDBC configuration examples from the Help Center.

7-Bedrock
January 18, 2016

Ravi, thanks for the links. It helped me to setup the connection to my SQL Server!