我试了ADOQuery和ADOTable都不行,高手救命啊!!!!!!

解决方案 »

  1.   


    异步取数据的过程中周期性触发DescriptionWrite an OnFetchProgress event handler to take specific action during an asynchronous data retrieval operation. The OnFetchProgress event fires periodically during the data retrieval to provide indications of its progress. Create a handler for this event to react to this periodic notification, such as providing the user with a visual indication of the progress of the data retrieval.
      

  2.   

    TADOConnection 的ConnectionOptions 改为 coAsyncConnect不过这个时候所有SQL语句都是立即返回行,是否完成你需要自己检查。