Connection strings for DBMaker
Providers for DBMaker
Community Forums
Find solutions and post questions regarding connection string related issues.
DBMaker is a product by CaseMaker
DBMaker OLE DB Provider
Type
OLE DB Provider
Usage Provider=DMOLE43
Manufacturer CASEMaker
Usage Provider=DMOLE43
Manufacturer CASEMaker
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
Manufacturer Microsoft
Usage System.Data.OleDb.OleDbConnection
Manufacturer Microsoft
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
Usage
Manufacturer CASEMaker
.NET Framework Data Provider for ODBC
Type
.NET Framework Wrapper Class Library
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft
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;
Selected Articles
