Name
|
Default Value
|
Notes
|
---|---|---|
JDBC Driver Class Name
|
com.yourdatabase.yourDriver
|
Depends on the driver being used.
|
JDBC Connection String
|
jdbc:mydb:/server:port/database?param=value
|
Defines the information needed to establish a connection with the database. Connection string formatting can be found at connectionstrings.com.
|
connectionValidationString
|
SELECT NOW()
|
A simple query that verifies return values from the database (regardless of table names to be executed).
|
Maxium Number of Connections
|
5
|
Maximum number of connections allowed
|
Database User Name
|
User name for the database
|
|
New Password
Confirm Password
|
Password for the new database user
|
|
Monitor Rate (milliseconds)
|
30000
|
Time in milliseconds for the monitoring interval
|
Number of Retries
|
1
|
Defines how many times the connection pool will try to acquire a new connection
|
Retry Delay (milliseconds)
|
2000
|
Time in milliseconds in which the connection pool will wait between acquire attempts
|
|
Only one model store is allowed for a single instance of a ThingWorx application instance.
|