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

推荐订阅源

量子位
S
Securelist
MyScale Blog
MyScale Blog
Jina AI
Jina AI
罗磊的独立博客
The Cloudflare Blog
美团技术团队
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
雷峰网
雷峰网
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
博客园 - 聂微东
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
T
Tailwind CSS Blog
Attack and Defense Labs
Attack and Defense Labs
博客园_首页
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Hacker News
The Hacker News
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
D
Docker
Webroot Blog
Webroot Blog
N
Netflix TechBlog - Medium
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
B
Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Security Latest
Security Latest
V2EX - 技术
V2EX - 技术
N
News | PayPal Newsroom
Microsoft Security Blog
Microsoft Security 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了。希望有兴趣的网友一起讨论。