Click or drag to resize

SQLConnection Properties

X#

The SQLConnection type exposes the following members.

Properties
  NameDescription
Public propertyAccessMode
A constant representing the SQL connection's access mode.
Public propertyActiveStmts
List of active statements for the connection
Public propertyConnected
A logical value representing whether the SQL connection object is connected.
Public propertyConnectString
A string representing the connection parameters (for example, "DSN=<Source>;UID=<UserID>;PWD=<Authorization>"). This string is initialized during the SQLConnection:Connect() or SQLConnection:DriverConnect() methods.
Public propertyConnHandle
A long integer representing the connection handle.
Public propertyDataSource
A string representing the ODBC data source name.
Public propertyEnvHandle
A long integer representing the environment handle.
Public propertyErrInfo
SqlErrorInfo object for the last error occured for the connection or NIL.
Public propertyHyperLabel
The hyperlabel of the connection containing the name of the data source, or NIL, if there is no data source name.
Public propertyIdentifierQuoteChar
A string used to surround a delimited identifier for this connection.
Public propertyIsolationOption
A constant representing the isolation level of the SQL connection.
Public propertyODBCCursors
A constant representing the cursor type for the SQL connection.
Public propertyPassword
A string containing the ODBC password (authorization string).
Public propertyPositionOps
A logical value representing whether the driver supports positioned operations
Public propertyScrollConcurrency
A constant representing the concurrency level of the SQL connection.
Public propertyScrollCsr
A logical value representing whether the driver supports scrollable cursors.
Public propertyStatus
A hyperlabel of the SQLConnection object containing the error message, or NULL_OBJECT, if no error has occurred.
Public propertyUserID
A string representing the ODBC user ID.
Top
See Also