DotNetFirebird.org DotNetFirebird
Using Firebird SQL in .NET.

Embedded Firebird Documentation

Firebird can be easily embedded

This is an introductory article about embedding. Describes the easiest way to get started. 

Creating a database programmatically

With both the embedded and standalone Firebird you can create a new database It is possible to create a new database on the fly.  

Batch SQL/DDL execution

You will often need to create the database structure programmatically. The Firebird ADO.NET provider has tools for it.  

Embedded Firebird security

Read more about securing the database when using the embedded Firebird.  

Firebird is Open Source

Firebird license allows embedding the runtime in commercial applications without the viral effect.  

Fulltext search in Firebird

Using another open-source library (DotLucene) it's possible to do a fulltext search on the data stored in the database.

See also