How to connect DBMaker OLE DB provider

This article describes the command used to connect to DBMaker OLE DB provider in .NET framework.
  • 1875

Introduction

OLE DB specifies a set of Microsoft Component Object Model (COM) interfaces that encapsulate various database management system services. The connection string used to connect to DBMaker OLE DB provider have Provider, User id, Data source and Password parameters in it. The connection string is given below.

Syntax

Provider=DMOLE43;User ID=user_name;Password=password;Data Source=database_name;

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.