Tarik Ziyad
Tarik Ziyad

Reputation: 39

Access the JDBC URL of the Thingworx Persistence Provider

I'm developing an extension using Java for the Thingworx platform, for some reason I want to access the JDBC URL of the ThingworxPersistenceProvider Entity, How can I access it from the Thingworx's Java SDK library?

Upvotes: 0

Views: 111

Answers (1)

Carles Coll
Carles Coll

Reputation: 112

You must load the ThingworxPersistenceProvider Thing and use GetConfigurationTable("ConnectionInformation") which has only one row and the column jdbcUrl it's where it's.

Upvotes: 0

Related Questions