Connect to IBPhoenix ODBC driver in .NET framework

This article explains the connection string used to connect to IBPhoenix ODBC driver in .NET framework.
  • 1742

Introduction

A data provider in the .NET framework serves as a bridge between an application and a Data source. It is used to retrieve data from a data source, executing commands and retrieving results. Connection string used to connect to IBPhoenix open source ODBC driver is given below.

Driver=Firebird/InterBase(r) driver;Uid=SYSDBA;Pwd=masterkey; DbName=d:\firebird\examples\test.fdb;

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.