Click or drag to resize

SQLConnection Methods

X#

The SQLConnection type exposes the following members.

Functions
  NameDescription
Public methodBeginTransaction
Public methodCommit
Public methodConnect
Connect a user to an ODBC data source.
Public methodDisconnect
Disconnect the current user from an ODBC data source.
Public methodDriverConnect
Display a dialog box prompting for a source; after a source is selected, displays the driver's connection dialog box; then connects to the selected data source.
Public methodEndTransaction
Public methodGetConnectOption
Return current setting for a connection option.
Public methodInfo
Return current setting for connection information.
Public methodisFunction
Determine whether an ODBC function is supported by the driver.
Public methodReconnect
Disconnect the current user from a data source; if connected; then, connect.
Public methodRollback
Public methodSetConnectOption
Set the value of a connection option.
Top
See Also