Developers community number 1 connection string reference

Connection strings for DBMaker

Providers to use when connecting to DBMaker
Finding this site useful?

-Say "Thanks" to Sascha Trowitzsch and the other contributing developers!

-Thank you! »
DBMaker is a product by CaseMaker

DBMaker OLE DB Provider

Type:    OLE DB Provider
Usage:  Provider=DMOLE43
Manufacturer:  CASEMaker
Customize string example values »
DMOLE43
Standard string for DBMaker 4.3
Provider=DMOLE43;User ID=myUserName;Password=myPassword;Data Source=myDatabaseName;
Data Source should specify the name of the database instance as written in dmconfig.ini

.NET Framework Data Provider for OLE DB

Type:    .NET Framework Wrapper Class Library
Usage:  System.Data.OleDb.OleDbConnection
Customize string example values »
Bridging to DBMaker OLE DB Provider
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=DMOLE43;User ID=myUserName;Password=myPassword;Data Source=myDatabaseName;
 

DBMaker ODBC Driver

Type:    ODBC Driver
Usage: 
Manufacturer:  CASEMaker
Customize string example values »
Standard
DSN=myDsn;UID=myUserName;PWD=myPassword;
 

.NET Framework Data Provider for ODBC

Type:    .NET Framework Wrapper Class Library
Usage:  System.Data.Odbc.OdbcConnection
Customize string example values »
Bridging to DBMaker ODBC Driver
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=myPassword;
 
Copyright © 2010 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.