H
HAZL
Unregistered / Unconfirmed
GUEST, unregistred user!
"Either EOF or BOF is True, or the current record
has been deleted. Requested operation requires a current record"
哪我把 adotable.cachesize 設置成 100(大於一) 並且用下面的代碼時就會發生這個錯誤.
//*******************
ADOtable.disableconstrols
ADOtable.first;
while not ADOtable.eof do
begin
ADOtable.delete;
end;
//*******************
但是當我把ADOtable.disableconstrols這句去掉,或都cachsize設為1 兩者選 其中一個時
就不會出現錯,但是cachsize設為1或ADOtable.disableconstrols時程序的 效率十分的差
//*******************
//ADOtable.disableconstrols ******** note *******
ADOtable.first;
while not ADOtable.eof do
begin
ADOtable.delete;
end;
//*******************
有人讓我裝ado的補丁,我已經裝了borland最新的補丁包,還是會出來。怎麼辦呀
who can help me ?
has been deleted. Requested operation requires a current record"
哪我把 adotable.cachesize 設置成 100(大於一) 並且用下面的代碼時就會發生這個錯誤.
//*******************
ADOtable.disableconstrols
ADOtable.first;
while not ADOtable.eof do
begin
ADOtable.delete;
end;
//*******************
但是當我把ADOtable.disableconstrols這句去掉,或都cachsize設為1 兩者選 其中一個時
就不會出現錯,但是cachsize設為1或ADOtable.disableconstrols時程序的 效率十分的差
//*******************
//ADOtable.disableconstrols ******** note *******
ADOtable.first;
while not ADOtable.eof do
begin
ADOtable.delete;
end;
//*******************
有人讓我裝ado的補丁,我已經裝了borland最新的補丁包,還是會出來。怎麼辦呀
who can help me ?