Introduction to Firebird

This article gives an overview to Firebird server.
  • 1713

Introduction

Firebird is a powerful RDBMS. It can handle both very large size of database as well as small size of database with good performance. It gives full support to Stored Procedures and Triggers. It offers an ADO.NET Data provider to access firebird databases without installing the firebird client library.

Syntax

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;

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.