Connection strings for DBMaker
Providers to use when connecting to DBMaker
» DBMaker OLE DB Provider
» .NET Framework Data Provider for OLE DB (OleDbConnection)
» DBMaker ODBC Driver
» .NET Framework Data Provider for ODBC (OdbcConnection)
» .NET Framework Data Provider for OLE DB (OleDbConnection)
» DBMaker ODBC Driver
» .NET Framework Data Provider for ODBC (OdbcConnection)
Finding this site useful?
-Say "Thanks" to Sascha Trowitzsch and the other contributing developers!
-Thank you! »
-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
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
Usage: System.Data.OleDb.OleDbConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
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:
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
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
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;
