Source Code Examples
Links
Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy
Topics
Networking
Programming
Sharepoint (MOSS)
SSIS
Tutorial
Learn @ IT Jungles
Connection strings Examples for Cache
Connection strings Examples for Cache
.NET Data Provider for ODBC
This is a .NET Class Library from Microsoft. The namespace for this provider is
System.Data.Odbc.OdbcConnection
.
Standard:
DRIVER
=
{InterSystems ODBC};
SERVER
=
yourServerAddress;
DATABASE
=
yourDataBase;
UID
=
yourUsername;
PWD
=
yourPassword;
Note:
You can view more ODBC connection strings for other data provider from other pages.
InterSystems ODBC
This is a ODBC driver from Teradata. The usage for this provider is
Provider=Teradata
.
Standard:
DRIVER
=
{InterSystems ODBC};
SERVER
=
yourServerAddress;
DATABASE
=
yourDataBase;
UID
=
yourUsername;
PWD
=
yourPassword;
Specifying port:
DRIVER
=
{InterSystems ODBC};
SERVER
=
yourServerAddress;
PORT
=
12345;
DATABASE
=
yourDataBase;
UID
=
yourUsername;
PWD
=
yourPassword;
Specifying protocol:
DRIVER
=
{InterSystems ODBC};
SERVER
=
yourServerAddress;
PORT
=
12345;
DATABASE
=
yourDataBase;
PROTOCOL
=
TCP;
STATIC CURSORS
=
1;
UID
=
yourUsername;
PWD
=
yourPassword;
Great Sites
Make Money Online
Heath and Wealth Articles
ITJungles
Acne Information Portal
Reading
Copyright © 2010 Connectionstring Examples
All trademarks and copyrights on this page are owned by their respective owners.
Created this page in 0.04 seconds