ADO事件之(4)---FetchComplete (RecordsetEvent) 方法
發表于:2007-06-30來源:作者:點擊數:
標簽:
FetchComplete (RecordsetEvent) 方法 該方法在長異步操作中所有記錄已經恢復(獲?。┑接涗浖笳{用。 語法 FetchComplete pError, adStatus, pRecordset 語法 pError Error 對象,說明當 adStatus 值為 adStatusErrorsOccurred 時所發生的錯誤,否則將不
FetchComplete (RecordsetEvent) 方法
該方法在長異步操作中所有記錄已經恢復(獲?。┑接涗浖笳{用。
語法
FetchComplete pError, adStatus, pRecordset
語法
pError Error 對象,說明當 adStatus 值為 adStatusErrorsO
clearcase/" target="_blank" >ccurred 時所發生的錯誤,否則將不對它進行設置。
adStatus EventStatusEnum 狀態值,當調用該方法時,如果引發事件的操作成功,則參數設置為 adStatusOK,如果操作失敗,則設置為 adStatusErrorsOccurred。
在此方法返回前,將該參數設置為 adStatusUnw
antedEvent 可避免后續的通知。
pRecordset Recordset 對象,恢復記錄的對象。
原文轉自:http://www.kjueaiud.com