Client Interfaces Guide > TIBCO ADO.NET 2020 Data Provider for TDV > Connection String Options
 
Connection String Options
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.
For more information on connecting, see Establishing a Connection.
Uses the URL to set an alternate security credentials value for client authorization when using TDV with a client restricted license.
Specifies case sensitivity in the request values.
The name of the catalog to use.
Specifies the behavior if a commit fails.
Specifies the behavior if a commit is interrupted.
The correcting behavior.
The maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed.
The time-out for initial connection, in seconds.
The name of the TDV data source.
The default catalog for a specified connection.
The default schema for a specified connection.
The TDV domain to which the DataSource belongs.
Specifies whether to enable fast execution of queries.
Values are true or false. Default value is true. If true, the server will constantly send data, filling the network buffer.Useful for larger result sets.
Specifies cluster reconnection behavior.
Specifies whether to encrypt the connection using SSL.
The maximum number of rows to fetch for a batch based on batch size, in bytes.
Maximum number of rows to fetch for a batch.
The name of the server running TDV Server.
Specifies whether to ignore trailing spaces at the end of values.
The Kerberos Key Distribution Center (KDC) service used to authenticate the user.
The Kerberos Realm used to authenticate the user with.
The Service Principal Name for the Kerberos Domain Controller.
Value that defines the user's language and country.
A path to the directory that contains the schema files defining tables, views, and stored procedures.
A path to the log file.
A string specifying the maximum file count of log files. When the limit is hit, a new log is created in the same folder with the date and time appended to the end and the oldest log file will be deleted.
A string specifying the maximum size in bytes for a log file (for example, 10 MB). When the limit is hit, a new log is created in the same folder with the date and time appended to the end.
Limits the number of rows returned rows when no aggregation or group by is used in the query. This helps avoid performance issues at design time.
Blocks return of result-set metadata during query execution.
Specifies whether to optimize prepare requests sent to TDV.
These hidden properties are used only in specific use cases.
Controls the behavior of OUT parameters for stored procedures.
The user's password.
The allowed idle time for a connection before it is closed.
The maximum connections in the pool.
The minimum number of connections in the pool.
The max seconds to wait for an available connection.
The port of the TDV server.
This option passes the query to the TDV server as is.
You can use this property to enforce read-only access to TDV from the provider.
Specifies how to handle output cursors.
The time-out for query commands and other requests, in seconds.
Session inactivity time-out, in seconds.
Uses the URL to set a session token value for client authorization when using TDV with a client restricted license.
The TLS/SSL client certificate store for SSL Client Authentication (2-way SSL).
The password for the TLS/SSL client certificate.
The subject of the TLS/SSL client certificate.
The type of key store containing the TLS/SSL client certificate.
The certificate to be accepted from the server when connecting using TLS/SSL.
The single-sign-on (SSO) type to use to authenticate.
Values are true or false. Default value is true. If true, the server will detect duplicate CHAR/VARCHAR columns in subsequent rows, and will not re-transmit the data across the wire.
Determines whether decimal result values are to be returned with trailing zeroes removed.
This property restricts the tables reported to a subset of the available tables. For example, Tables=TableA,TableB,TableC.
The absolute directory to save the trace file.
The level of information to log.
This property enables connection pooling.
The username provided for authentication with TDV Server.
Authentication values that can be packaged for delivery.
Values are true or false. Default value is false. If true, the client will validate the server's cert.
Values are true or false. Default value is false. If true, the client will validate the server's hostname.
The verbosity level that determines the amount of detail included in the log file.
Restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC.