PI OLEDB Enterprise-specific initialization properties
- Last UpdatedFeb 07, 2023
- 3 minute read
- PI System
- PI OLEDB Enterprise 2019
- Developer
|
Connection String Keyword |
Description |
Examples |
|---|---|---|
|
Allow Expensive |
If set to TRUE, expensive SQL commands can be executed. |
(default)
|
|
Always Return Rowset |
If set, all SQL commands return rowset. DML statements return the number of rows affected by the execution. |
(default)
|
|
Cancel On Low Resources |
Cancels query execution if available memory pages reach a critical level (greater than five percent). |
(default) |
|
Command Timeout |
Command timeout in seconds. Overrides the DBPROP_COMMANDTIMEOUT property. |
(default; not set)
|
|
Defer Execution |
If set, the execution of requests that would ask for all table rows is deferred to the first access to the resulting rowset data. |
(default) ; |
|
Disable Server Selection |
If set, the server combo box in the login dialog is disabled. This prevents users from changing the server during the connection procedure. |
(default)
|
|
Embed Errors |
If set, embed error messages in the value column. |
(default)
|
|
Function Errors As NULL |
If set to TRUE, SQL functions that reach an error state will return NULL. |
(default) |
|
Ignore Errors |
If set, an error retrieving a value will not cause the whole query to fail. Instead the row in error will be omitted. |
(default)
|
|
Integers as Value |
If set, integer point values are returned in the value column of the picomp and piinterp tables. |
(default)
|
|
Keep Default Ordering |
If set, the returned table data is ordered according to the criteria defined by the table metadata. If not set, the returned data might not keep this ordering. Setting this property to FALSE can speed up the query execution. |
(default)
|
|
Log File |
Full log file path/name. |
|
|
Log Level |
Log level. Determines what information is to be logged. (For details, see Activate logging.) |
(default)
|
|
Optimization Log Limit |
Logging of optimization criteria is limited to the first n parameters. This reduces log file size and improves readability. It should only be increased for optimization troubleshooting. |
(default) |
|
Server Log |
Log file name. When specified, this overrides the log file property with system defined path and log file name. Note: must be a valid file name |
|
|
Shorten Primary Keys |
If set, the maximum length of string primary key columns is shortened to 255 characters. Microsoft Access does not support string primary keys longer than 255 characters. This property allows you to overcome this restriction. |
(default)
|
|
Time as Double |
If set, time columns use double precision floating-point number as the underlying data type (values are in seconds). This property increases the time precision to subseconds. |
(default)
|
|
Time Zone |
Time zone used for parsing of timestamp literals and for rendering of timestamp column values. |
(default)
|