輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : Solid 資料庫連結函式庫"
;
Solid 資料庫連結函式庫
本函式庫共有 10 個函式
理論上,使用標準的 ODBC 會比使用本函式好。當然也可以使用本函式,只是較不鼓勵 Solid 函式庫。
solid_close
:
關閉 solid 連結。
solid_connect
:
連結至 solid 資料庫。
solid_exec
:
執行 SQL 指令。
solid_fetchrow
:
取得傳回一列。
solid_fieldname
:
取得欄位名稱。
solid_fieldnum
:
取得欄位數目。
solid_freeresult
:
釋出傳回資料的記憶體。
solid_numfields
:
取得欄位數目。
solid_numrows
:
取得傳回列數目。
solid_result
:
取得傳回資料。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>