W
wyn
Unregistered / Unconfirmed
GUEST, unregistred user!
執行 ADOQuery->Close();
ADOQuery->SQL->Text=" Select * from user where 1=9"
ADOQuery->Open();
ADOQuery->Close();
"
錯誤信息如下: Either BOF or EOF is true ,Or the current record has been deleted
Requested operation requires a current record
ADOQuery->SQL->Text=" Select * from user where 1=9"
ADOQuery->Open();
ADOQuery->Close();
"
錯誤信息如下: Either BOF or EOF is true ,Or the current record has been deleted
Requested operation requires a current record