MsSQL   发布时间:2022-05-16  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了Firebird 数据库资源大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

Firebird is a database with 20 years of history,full set of features (including transactions,stored procedures,hot-BACkup,excellent scalability,etc.) and a friendly open source license. it is an overlooked but compelling alternative to Microsoft jet and Microsoft MSDE 2000/SQL Express 2005. Let's take a look at how it can be used embedded in your desktop application. what makes Embedded Firebird ideal for embedding:

  • The embedded runtime is < 2 MB (starTing at just one DLL + one .NET assembly). The runtime is deployed by simple copying,no installation or component registration is required.
  • The database file (it's just a single filE) can have any name and extension. You can associate the extension with your application.
  • The @H_610_4@migration to a standalone server Couldn't be easier. Just copy the database file to the server and change a connection String on your client.

Compare Firebird with other database ENGInes.

  • Firebird vs. Microsoft jet 4.0
  • Firebird vs. Microsoft MSDE 2000
  • Firebird vs. Microsoft SQL Server Express
  • Firebird vs. POSTGReSQL
Firebird in .NET:http://www.dotnetfirebird.org
管理工具:http://www.flamerobin.org/
blog:           http://www.dotnetfirebird.org/blog/index.html

相关文章:http://www.codeproject.com/cs/database/EmbeddedFirebird.asp
                    DDEX and Firebird .NET Data Provider            
                    Deploying the ASP.NET application which is using Firebird .NET Data Provider (with design-time support) 
                    Data Application Block for Firebird SQL

大佬总结

以上是大佬教程为你收集整理的Firebird 数据库资源全部内容,希望文章能够帮你解决Firebird 数据库资源所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: