Developers community number 1 connection string reference

Connection strings for DSN

Community Forums
Find solutions and post questions regarding connection string related issues.

ODBC DSN

Type ODBC Driver
Usage DSN=myDSN or FILEDSN=c:\myDsnFile.dsn
Manufacturer Microsoft

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
Manufacturer Microsoft

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=;
 
 
Copyright © 2012 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.