Click or drag to resize

SQLConnection Methods (Typed)

X#

The SQLConnection type exposes the following members.

Functions
  NameDescription
Public method_CreateCommand
Public method_CreateConnection
Public method_CreateDataAdapter
Public method_CreateParameter
Public method_ParseConnectionString
Public method_ReadProperties
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 methodDoSimpleSelect
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 Obsolete.
Return current setting for a connection option.
Public methodStatic memberGetODBCDataSources
Public methodGetSchema
Public methodGetSchemaTable
Public methodInfo
Return current setting for connection information.
Public methodisFunction Obsolete.
Determine whether an ODBC function is supported by the driver.
Public methodNetConnect
Public methodReconnect
Disconnect the current user from a data source; if connected; then, connect.
Public methodRollback
Public methodSetConnectOption Obsolete.
Set the value of a connection option.
Top
See Also