| DotNetFirebird Using Firebird SQL in .NET. |
|
Home
Features
Download
Documentation
Developer's Documentation
Embedded Firebird Documentation
Performance Tuning
Security
Administration
Migration to Firebird
Sample Code
FAQ
Tools and Code
About
Blog
|
Embedded Firebird DocumentationFirebird can be easily embeddedThis is an introductory article about embedding. Describes the easiest way to get started. Creating a database programmaticallyWith 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 executionYou will often need to create the database structure programmatically. The Firebird ADO.NET provider has tools for it. Embedded Firebird securityRead more about securing the database when using the embedded Firebird. Firebird is Open SourceFirebird license allows embedding the runtime in commercial applications without the viral effect. Fulltext search in FirebirdUsing another open-source library (DotLucene) it's possible to do a fulltext search on the data stored in the database. See also
Copyright © 2005 - 2007 DotNetFirebird |