Cache Connection
The connection string for the cache database.
Data Type
string
Default Value
""
Remarks
The driver caches data to a file when AutoCache is set. The driver can also cache data to a database: The cache database is determined based on
CacheDriver
and the CacheConnection properties. The CacheConnection defines the connection properties necessary to connect to the cache database.
Cache Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver;Cache Connection='jdbc:sqlserver://localhost:7437;user=sa;password=123456;databaseName=Cache'