DoEvents when doing UpdateBatch 
Author Message
 DoEvents when doing UpdateBatch

I am using the UpdateBatch method to update a SQL table via VB6.  In doing so, the program just "sets" while performing the update not allowing me to close it until after the update.  Is there a way to allow me to doevents while the update is occurring?  

*** Sent via Developersdex http://www.*-*-*.com/ ***
Don't just participate in USENET...get rewarded for it!



Tue, 13 Apr 2004 04:08:13 GMT  
 DoEvents when doing UpdateBatch
Look for Async processing with ADO
and use WithEvents declaration to figure out when update done.


Quote:
> I am using the UpdateBatch method to update a SQL table via VB6.  In doing

so, the program just "sets" while performing the update not allowing me to
close it until after the update.  Is there a way to allow me to doevents
while the update is occurring?
Quote:

> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Tue, 13 Apr 2004 06:04:09 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Deleted recordd do not updated to the DB when reconnecting and doing updatebatch

2. DoEvents not doing any events

3. Need help with commonon dialog not doing doevents

4. ADO thinks DBMS is done, but DBMS ain't done

5. What is "DoEvents" actually doing?

6. UpdateBatch

7. Inserting into multi-table recordset with .updatebatch

8. updatebatch and textboxes

9. Suggestion: Stored Procedure or UpdateBatch?

10. Help with UpdateBatch Method when some records already exist in Database

11. ADO, SQL and UpdateBatch

12. RecordSet.Updatebatch

 

 
Powered by phpBB® Forum Software