SQLConnection Methods |
The SQLConnection type exposes the following members.
Name | Description | |
---|---|---|
BeginTransaction | ||
Commit | ||
Connect |
Connect a user to an ODBC data source.
| |
Disconnect |
Disconnect the current user from an ODBC data source.
| |
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 |
Return current setting for a connection option.
| |
Info |
Return current setting for connection information.
| |
isFunction |
Determine whether an ODBC function is supported by the driver.
| |
Reconnect |
Disconnect the current user from a data source; if connected; then, connect.
| |
Rollback | ||
SetConnectOption |
Set the value of a connection option.
|