惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
月光博客
月光博客
V
Visual Studio Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recorded Future
Recorded Future
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
博客园 - Franky
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
F
Full Disclosure
The Cloudflare Blog
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
AI
AI
N
News and Events Feed by Topic
T
Tor Project blog
P
Palo Alto Networks Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog

博客园 - YiStudio

在Word中插入图片 DataGridView多列排序 将Word嵌入到自己的程序中 一个非常不错的压缩组件 免费的国产报表Grid++Reprot 使用NSIS制作安装包(2) 使用NSIS制作安装包(1) SharpDevelop2.0 用Firebird .NET Data Provider编写.NET应用程序(2) 用Marathon管理Firebird数据库(2) 用Firebird .NET Data Provider编写.NET应用程序(1) 用Marathon管理Firebird数据库(1) NDoc修改手记(三) NDoc修改手记(二) NDoc修改手记(一) WebForm中将DataGrid中导出数据的方法 FxCop EXCEL2003中使用XML 动态加载类(动态加载DLL文件)
Firebird简介
YiStudio · 2005-06-20 · via 博客园 - YiStudio

Firebird is an open source relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, powerful language support for stored procedures and triggers. It has been used in many production systems within a large number of commercial companies since 1981.
(Firebird是一个开源的关系数据库,提供了大部分SQL-99标准的功能,可以运行在Windows、linux和多种Unix操作系统上。Firebird提供良好的并发性,高效的执行,强大的语言支持存储过程和触发器。从1981年起,它已经被许多商业公司运用于许多的产品系统中。)

这是在Firebird的官方网站中对Firebird的描述,Firebird和原Borland的InterBase有着相同的血脉,其作为一个开源项目遵循InterBase Public License V.1.0 on 25 July, 2000协议。

知道Firebird是最近的事,在2005年第6期的《程序员》杂志中有一篇介绍它的文章,看过之后就到网站IBPhoenix(www.ibphoenix.com)上下载了它的windows版本。在初步使用之后觉得它还不错,于是决定开始学习使用它。

在安装了Firebird后,发现它只提供了一个基于命令行的isql工具,这对于我这个使用惯可视化工具的人来说,多少有点困难(主要是觉得一行一行的键入命令感觉很不舒服)。还好,在www.ibphoenix.com上我们同样可以找到一个开源的Firebird的可视化管理工具Marathon,用它来管理Firebird数据库非常的方便。

另外,在Firebird在sourceforge的网页http://firebird.sourceforge.net/中(download菜单中),我们还可以找到Firebird .NET Data Provider,使用它就可以在.NET中使用Firebird了。

有关Firebird更多的信息可以在IBPhoenix(www.ibphoenix.com)或http://firebird.sourceforge.net/中得到。另外,也可以阅读一下2005年第6期的《程序员》杂志中有关Firebird的那篇文章。

今后,我会在此记录下学习Firebird的过程,当然是使用上面提到过的Firebird的可视化管理工具Marathon和Firebird .NET Data Provider了。希望有兴趣的网友一起讨论。