輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : InterBase 資料庫函式庫"
;
InterBase 資料庫函式庫
本函式庫共有 11 個函式
InterBase 是 Inprise 的資料庫系統,在 Windows 作業平台上的 Delphi 及 BCB 等開發工具中附有單機的版本供開發使用。更多有關 InterBase 的資訊,可以參考
http://www.interbase.com
ibase_connect
:
開啟 InterBase 伺服器連線。
ibase_pconnect
:
保持 InterBase 伺服器連線。
ibase_close
:
關閉 InterBase 伺服器連線。
ibase_query
:
送出一個 query 字串。
ibase_fetch_row
:
傳回單列的各欄位。
ibase_free_result
:
釋放傳回占用記憶體。
ibase_prepare
:
分析 SQL 語法。
ibase_bind
:
連結 PHP 變數到 InterBase 參數。
ibase_execute
:
執行 SQL 的指令區段。
ibase_free_query
:
釋放查詢指令占用記憶體。
ibase_timefmt
:
設定時間格式。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>