Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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
Hi Vishal,
I have the same question. Have you found something to connect to ODBC?
Best,
Arian
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.
Ravi, thanks for the links. It helped me to setup the connection to my SQL Server!
No problem, glad to have helped!