The Sql type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberDatabase
This string variable contains the name of the database to which the application connects.
Public fieldStatic memberIsolationLevel
This system variable sets the isolation level for the next connection to a database server. The isolation level controls the effect that changes made by one user have on another user accessing the same tables. Valid strings are: - Read Repeatability (RR) - Cursor Stability (CS) - Release Locks (RL)
Public fieldStatic memberPassword
This string variable contains a password necessary to access a database. The default password is SYSADM.
Public fieldStatic memberResultSet
Result set status flag.
Public fieldStatic memberResultSetMode
Behavior for when the ResultSet mode is on.
Public fieldStatic memberUniversalDataLink
SqlUDL is a system variable that can contain a provider name or the name of a UDL file to use for OLE DB connection information.
Public fieldStatic memberUser
This string variable contains a user name necessary to access a database. The default authorization name is SYSADM.

See Also