Source Code Examples
Links
Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy
Topics
Networking
Programming
Sharepoint (MOSS)
SSIS
Tutorial
Learn @ IT Jungles
Firebird Connection strings
Connection strings Examples for Firebird
ADO.NET Data Provider for Firebird
This is a .NET class library from Firebird.
Download Firebird from Sourceforge
Standard Security:
User
=
SYSDBA;
Password
=
masterkey;
Database
=
yourDatabase.fdb;
DataSource
=
localhost;
Port
=
3050;
Dialect
=
3;
Charset
=
NONE;
Role
=
;
Connection lifetime
=
15;
Pooling
=
true;
MinPoolSize
=
0;
MaxPoolSize
=
50;
Packet Size
=
8192;
ServerType
=
0;
IBPhoenix Open Source ODBC Driver
This is a ODBC driver from IBPhoenix. The usage is
Driver=Firebird/InterBase(r) driver
Standard security:
Driver
=
Firebird/InterBase(r) driver;
Uid
=
SYSDBA;
Pwd
=
masterkey;
DbName
=
C:\FIREBIRD\examples\yourDatabase.FDB;
Great Sites
Make Money Online
Heath and Wealth Articles
ITJungles
Acne Information Portal
Reading
Copyright © 2010 Connectionstring Examples
All trademarks and copyrights on this page are owned by their respective owners.
Created this page in 0.03 seconds