How to use SQLBase OLEDB data providers

This article defines how to use SQLBase OLEDB data providers and commands related with it.
  • 2333

Introduction

SQLBase OLEDB data provider is a set of COM objects that exposes the SQLBase functionality needed by developers to build application. It runs in the address space of the client program and is written over the SQL/API. The connection string which is used for SQLBase OLEDB 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.