Driver={ZappySys Jdbc Driver}[,Attribute1=Value;][,Attribute2=Value;]........[,Attribute3=Value;]Syntax: (Using DSN)
DSN=YourDsnName;[,Attribute1=Value;][,Attribute2=Value;]........[,Attribute3=Value;]
Attribute | Label | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Cache Settings | ||||||||||||
CacheEntryTtl (Setting of JdbcConfigurationParams) | Cache entry lifetime, sec | This property indicates how many seconds data is kept in cache (in case caching is enabled) | ||||||||||
CacheFileLocation (Setting of JdbcConfigurationParams) | Cache file location | This property allows you to set cache file location (you have to set Cache persistence mode to Storage) | ||||||||||
CacheStorage (Setting of JdbcConfigurationParams) | Cache storage | Specifies cache storage - in-memory only or local data file
| ||||||||||
CachingMode (Setting of JdbcConfigurationParams) | Cache mode | Enables or disables cache usage for metadata / data
| ||||||||||
Error Handling Settings | ||||||||||||
ConvErrorHandlingMode (Setting of JdbcConfigurationParams) | Error handling | Determines whether some conversion errors are ignored or stop query processing.
| ||||||||||
Log Settings | ||||||||||||
LoggingLevel (Setting of JdbcConfigurationParams) | Log level | Sets level of messages logged
| ||||||||||
LogPath (Setting of JdbcConfigurationParams) | Log file location | Sets location for the log file (empty value means no log written) | ||||||||||
GroupName (Setting of ColumnsMetadata) | Group name | |||||||||||
Metadata Settings | ||||||||||||
TreatBlankBoolAsNull (Setting of JdbcConfigurationParams) | Treat blank BOOLEAN value as NULL | |||||||||||
TreatBlankDateAsNull (Setting of JdbcConfigurationParams) | Treat blank DATE/TIME value as NULL | |||||||||||
TreatBlankNumberAsNull (Setting of JdbcConfigurationParams) | Treat blank NUMERIC value as NULL | |||||||||||
Output Settings | ||||||||||||
DefaultRowLimit (Setting of JdbcConfigurationParams) | Default data row limit (i.e. LIMIT / TOP clause) | Use this option if you like to limit number of rows fetched by any query. If you use LIMIT clause in the query then this option is ignored. | ||||||||||
Request Settings | ||||||||||||
ClassName (Setting of JdbcConfigurationParams) | Driver class | |||||||||||
DriverPath (Setting of JdbcConfigurationParams) | JDBC driver path | |||||||||||
JdbcConnectionString (Setting of JdbcConfigurationParams) | Connection string | |||||||||||
UserName (Setting of JdbcConfigurationParams) | User name | |||||||||||
UserPassword (Setting of JdbcConfigurationParams) | User password |