The OdbcDsnInfo type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetDriver |
Gets the driver name associated with the specified Data Source Name.
Looks for it first within the current user registry settings;
if not found, then looks within the current machine registry settings.
| |
IsMySql |
Determines whether the specified DSN driver is MySql.
| |
IsOracle |
Determines whether the specified DSN driver is Oracle.
| |
IsSqlServer |
Determines whether the specified DSN driver is SQL Server.
| |
IsWindowsAuthentication |
Determines whether the specified DSN name uses Windows authentication or not.
| |
OdbcTarget |
Gets the ODBC target for the specified DSN name.
|
See Also