Connection strings for DSN
Providers to use when connecting to DSN
Finding this site useful?
-Say "Thanks" to Yuri Abele and the other contributing developers!
-Thank you! »
-Say "Thanks" to Yuri Abele and the other contributing developers!
-Thank you! »
ODBC DSN
Type: ODBC Driver
Usage: DSN=myDSN or FILEDSN=c:\myDsnFile.dsn
Usage: DSN=myDSN or FILEDSN=c:\myDsnFile.dsn
Manufacturer: Microsoft
More info about this driver »
More info about this driver »
System DSN
DSN=myDsn;Uid=myUsername;Pwd=;
File DSN
FILEDSN=c:\myDsnFile.dsn;Uid=myUsername;Pwd=;
.NET Framework Data Provider for ODBC
Type: .NET Framework Wrapper Class Library
Usage: System.Data.Odbc.OdbcConnection
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Bridging to ODBC DSN
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
DSN=myDsn;Uid=myUsername;Pwd=;
