SQLConnection Methods (Typed) |
The SQLConnection type exposes the following members.
Name | Description | |
---|---|---|
_CreateCommand | ||
_CreateConnection | ||
_CreateDataAdapter | ||
_CreateParameter | ||
_ParseConnectionString | ||
_ReadProperties | ||
BeginTransaction | ||
Commit | ||
Connect |
Connect a user to an ODBC data source.
| |
Disconnect |
Disconnect the current user from an ODBC data source.
| |
DoSimpleSelect | ||
DriverConnect |
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.
| |
EndTransaction | ||
GetConnectOption | Obsolete.
Return current setting for a connection option.
| |
GetODBCDataSources | ||
GetSchema | ||
GetSchemaTable | ||
Info |
Return current setting for connection information.
| |
isFunction | Obsolete.
Determine whether an ODBC function is supported by the driver.
| |
NetConnect | ||
Reconnect |
Disconnect the current user from a data source; if connected; then, connect.
| |
Rollback | ||
SetConnectOption | Obsolete.
Set the value of a connection option.
|