| DotNetFirebird Using Firebird SQL in .NET. |
|
Home
Features
Firebird SQL Features
Firebird ADO.NET Provider Features
Embedded Firebird Features
Download
Documentation
FAQ
Tools and Code
About
Blog
|
Embedded Firebird FeaturesFirebird is an excellent embedded database: Runtime sizeThe size of the runtime is 2 MB in the minimal configuration. There are only two files required (an embedded Firebird runtime DLL and an ADO.NET provider assembly). Even with all the other supporting files it doesn't get over 3 MB. XCOPY deploymentBoth the runtime and database file can be deployed by simple copying, no separate installer or component registration is required.Custom filename extensionsThe database file (it's just a single file) can have any name and extension and can be located at any place on your hard drive. You can associate the extension with your application. This allows you to use Firebird database as an intelligent storage format. MigrationWhen migrating the database to a standalone Firebird server just copy the database file and change a connection string on your client. The migration to a standalone Firebird server couldn't be easier. Open-sourceThe license is open-source but commercial friendly. You can bundle embedded Firebird with your application without making your code available. Related informationCompare Embedded Firebird with...Copyright © 2005 - 2007 DotNetFirebird |