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 DBMaker
Connection strings Examples for DBMaker
DBMaker OLE DB Provider
This is a OLD DB Provider from CASEMaker. The usage for the this provider is
Provider=DMOLE43
.
Download DBMaker software from DBMaker website
Standard:
Provider
=
DMOLE43;
User ID
=
yourUserName;
Password
=
yourPassword;
Data Source
=
yourDatabaseName;
.NET Data Provider for OLE DB
This is a .NET wrapper class library from Microsoft. The usage for this is
System.Data.OleDb.OleDbConnection
.
Standard:
Provider
=
DMOLE43;
User ID
=
yourUserName;
Password
=
yourPassword;
Data Source
=
yourDatabaseName;
DBMaker ODBC Driver
This is a ODBC driver from CASEMaker.
Standard Security:
DSN
=
yourDsn;
UID
=
yourUserName;
PWD
=
yourPassword;
.NET Framework Data Provider for ODBC
This is a .NET class library from Microsoft. The usage for this class library is
System.Data.Odbc.OdbcConnection
.
Standard :
DSN
=
yourDsn;
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.03 seconds