How to use IBPhoenix open source ODBC driver

This article explains how to use IBPhoenix open source ODBC driver
  • 2188

Introduction

IBPhoenix is an open source. Connection string used to connect with IBPhoenix open source ODBC driver is given below.

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

Another connection string which can be used to connect to IBPhoenix ODBC driver is as follows.

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.