Reputation: 39
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
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