Connect to SIBProvider Interbase OLEDB provider

This article explains the commands used to connect to SIProvider Interbase OLE DB Provider in .NET Framework.
  • 2328

Introduction

SIBProvider provider is an OLEDB provider specially for Interbase 6/7. It allows user to use Interbase with ASP, Visual Basics etc that works with ADO or OLEDB. Connection string used to connect to SIBProvider Interbase OLEDB provider in .NET framework is given below.

Syntax

provider=sibprovider;location=localhost:;data source=c:\databases\gdbs\mygdb.gdb;user id=SYSDBA;Password=masterkey;

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.