DBMaker connection strings
DBMaker 5.2 OLE DB Provider
-
Standard for DBMaker 5.2
Provider=DMOLE52;User ID=myUserName;Password=myPassword;
Data Source=myDatabaseName;
↯ Problems connecting?
Get answer in the DBMaker Q & A forum
DBMaker 4.3 OLE DB Provider
-
Standard for DBMaker 4.3
Provider=DMOLE43;User ID=myUserName;Password=myPassword;
Data Source=myDatabaseName;
.NET Framework Data Provider for OLE DB
-
Use an OLE DB provider from .NET
Provider=any oledb provider's name;OledbKey1=someValue;OledbKey2=someValue;
DBMaker ODBC Driver
-
Standard
DSN=myDsn;UID=myUserName;PWD=myPassword;
.NET Framework Data Provider for ODBC
-
Use an ODBC driver from .NET
Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;
Connect
Articlesread all »
- Formating Rules for Connection Strings
- Connection Strings Explained
- Store Connection String in Web.config
- Connection Pooling
- The Provider Keyword, ProgID, Versioning and COM CLSID Explained
- SQL Server Data Types Reference
- Network Protocol for SQL Server Connection
- All SQL Server SqlConnection Properties
- When to use the SQL Native Client
- Open a password-protected Excel workbook
Didn't find your connection string?
Start over from the connection string reference index - or try a search!
In the Q&A forums you can ask your own question and let somebody help you.
The knowledge articles contains solutions and guides.
Data Source should specify the name of the database instance as written in dmconfig.ini