Connection strings for DBMaker

DBMaker is a product by CaseMaker

DBMaker 4.3 OLE DB Provider

Type OLE DB Provider
Usage Provider=DMOLE43
Manufacturer CASEMaker

Standard 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

 
 

DBMaker 5.2 OLE DB Provider

Type OLE DB Provider
Usage Provider=DMOLE52
Manufacturer CASEMaker

Standard for DBMaker 5.2

Provider=DMOLE52;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
Manufacturer Microsoft

Use an OLE DB provider from .NET

Provider=any oledb provider's name;OledbKey1=someValue;OledbKey2=someValue;

See the respective OLEDB provider's connection strings options. The .net OleDbConnection will just pass on the connection string to the specified OLEDB provider. Read more here.

 
 

DBMaker ODBC Driver

Type ODBC Driver
Usage
Manufacturer CASEMaker

Standard

DSN=myDsn;UID=myUserName;PWD=myPassword;
 
 

.NET Framework Data Provider for ODBC

Type .NET Framework Wrapper Class Library
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft

Use an ODBC driver from .NET

Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;

See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

 
 

Popular