
函数： array db_fetch(int db_handle, int row)
       阵列 db_fetch(整数 handle, 整数 row)

说明： 此函数返回最后一次 db_exec 函数操作的
       返回值的阵列。
       handle 为进行操作的数据库的句柄。
       row 行数。结果的总行数为 db_exec 的返回值。

by 发现号(Find@tx)

