<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bestlong 怕失憶論壇 - Interbase &amp; Firebird</title>
    <link>http://www.bestlong.idv.tw/forum.php?mod=forumdisplay&amp;fid=23</link>
    <description>Latest 20 threads of Interbase &amp; Firebird</description>
    <copyright>Copyright(C) bestlong 怕失憶論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 05 Apr 2026 23:00:18 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bestlong.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>bestlong 怕失憶論壇</title>
      <link>http://www.bestlong.idv.tw/</link>
    </image>
    <item>
      <title>Firebird 不支援 Boolean 資料型態的替代方案</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=714</link>
      <description><![CDATA[1. 使用 smallint 0-&gt;False, 1-&gt;True
2. 使用 char(1), 'Y' or 'T' -&gt; True, 'N' or 'F' -&gt; False
3. 使用 varchar(1), 'Y' or 'T' -&gt; True, 'N' or 'F' -&gt; False]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Fri, 09 Apr 2010 16:44:06 +0000</pubDate>
    </item>
    <item>
      <title>Firebird 安裝時該選擇 Classic server 還是 Super server ?</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=713</link>
      <description><![CDATA[在 QuickStart 文件中有詳細說明，不想傷腦筋的可以以下列規則做選擇

On Windows, choose Superserver.

On Linux, just pick one or the other. In most circumstances, chances are that you won't notice a performance difference.]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Fri, 09 Apr 2010 15:43:16 +0000</pubDate>
    </item>
    <item>
      <title>FlameRobin - Firebird 資料庫管理工具</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=712</link>
      <description><![CDATA[FlameRobin is a lightweight and cross-platform administration and management GUI for the Firebird DBMS.

http://sourceforge.net/projects/flamerobin/
http://www.flamerobin.org/]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Fri, 09 Apr 2010 15:06:43 +0000</pubDate>
    </item>
    <item>
      <title>Firebird ADO.NET Data Provider</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=710</link>
      <description><![CDATA[The .NET Data provider is written in C# and provides a high-performance, native implementation of the Firebird API.

http://www.firebirdsql.org/index.php?op=files&amp;id=netprovider
http://sourceforge.net/projects/firebird/files/
http://sourceforge.net/p]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Fri, 09 Apr 2010 14:39:16 +0000</pubDate>
    </item>
    <item>
      <title>FC6 安裝 Firebird 2 (使用 RPM 安裝檔)</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=526</link>
      <description><![CDATA[在 Fedora core 6 中想要使用 Firebird 資料庫，由於沒有 FC6 官版的安裝檔，所以無法直接透過 yum 安裝而需要自行處理。

首先去 Firebird 官網(http://www.firebirdsql.org) 下載官版的 RPM 安裝檔(這裡以取得檔案 FirebirdCS-2.0.1.12855-0.i686.rpm 為例)，然後直接 ...]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Sun, 17 Jun 2007 09:34:05 +0000</pubDate>
    </item>
    <item>
      <title>Firebird 常用 SQL</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=228</link>
      <description><![CDATA[一、分頁寫法範例：
select first 10 templateid,code,name from template ;
select first 10 skip 10 templateid,code,name from template ;
select * from shop rows 1 to 10;  --firebird2.0 支援這種寫法

二、show
show tables;
show table tablename;

三、連線
 ...]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Tue, 17 Oct 2006 05:50:55 +0000</pubDate>
    </item>
    <item>
      <title>Interbase &amp; Firebird 資源列表</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=108</link>
      <description><![CDATA[Interbase 資源

InterBase Installation Info
http://ibinstall.defined.net/

IB World
http://www.interbase-world.com/

Firebird 資源

Firebird 官網
http://www.firebirdsql.org/


Firebird 中文線上電子書
http://wiki.sunyear.com.tw/index.php?title=Firebir ..]]></description>
      <category>Interbase &amp; Firebird</category>
      <author>bestlong</author>
      <pubDate>Mon, 11 Sep 2006 00:35:13 +0000</pubDate>
    </item>
  </channel>
</rss>