Initialization String
- Last Updated: May 24, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- SAP Sybase IQ 8.0
- Documentation
Initialization String
Attribute
InitializationString (IS)
Purpose
A SQL command that is issued immediately after connecting to the database to manage session settings.
Valid Values
SQL_command
where:
- SQL_command
- is a valid SQL command that is supported by the database.
Notes
- If the statement fails to execute, the connection fails and the driver reports the error returned from the server.
Example
To allow delimited identifiers, specify:
Initialization String=set QUOTED_IDENTIFIER on
Default
No default value