Posted by : Unknown Minggu, 05 September 2010


Connection strings for Firebird
Providers for Firebird
» Firebird ADO.NET Data Provider
» IBPhoenix Open Source ODBC Driver
» .NET Framework Data Provider for ODBC (OdbcConnection)

Firebird ADO.NET Data Provider
Type: .NET Framework Class Library
Usage:
Manufacturer: Firebird

Standard
User=SYSDBA;Password=masterkey;Database=SampleDatabase.fdb;DataSource=localhost; Port=3050;Dialect=3; Charset=NONE;Role=;Connection lifetime=15;Pooling=true; MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0;
Firebird ADO.NET project

IBPhoenix Open Source ODBC Driver
Type: ODBC Driver
Usage: Driver=Firebird/InterBase(r) driver
Manufacturer: IBPhoenix

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


Standard alternative
(tested on driver version 2.00.00.148)
Driver={Firebird/InterBase(r) driver};Uid=SYSDBA;Pwd=masterkey; DbName=d:\firebird\examples\test.fdb;
IBPhoenix ODBC; More info, download etc

.NET Framework Data Provider for ODBC
Type: .NET Framework Wrapper Class Library
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft


Bridging to IBPhoenix Open Source ODBC Driver
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
Driver=Firebird/InterBase(r) driver;Uid=SYSDBA;Pwd=masterkey; DbName=d:\firebird\examples\test.fdb;


Leave a Reply

Subscribe to Posts | Subscribe to Comments

Followers

Diberdayakan oleh Blogger.

- Copyright © 2013 Berbagi, Bermain dan Belajar -Metrominimalist- Powered by Blogger - Designed by Johanes Djogan -