How to connect to SQLBase OLE DB data provider

This article explains the connection string used to connect to SQLBase OLE DB data provider in .NET framework.
  • 3091

Introduction

SQLBase OLE DB data provider lets programmers access SQLBase functionality from a variety of supported visual programming tools. SQLBase OLE DB Data Provider exposes SQLBase server properties more completely than the ODBC driver does, allowing developers to directly interface with the database and server using a variety of programming tools. The connection string used to connect to SQLBase OLE DB data provider is given below.

Syntax

Provider=SQLBaseOLEDB;Data source=server_add;Location=database_name;User Id=user_name;Password=password;

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.