On Feb 10, 2006, at 2:58 PM, Giuseppe Farese wrote:
DB.Close
MsgBox "Finish"
I'm sorry, I made a mistake in the previous code:
MsgBox "Finish 1"
DB.Close
MsgBox "Finish 2"
The command DB.Close take as long as the data is retrieved totally.
Also, doing a:
MsgBox "Finish 1"
DB = nil
MsgBox "Finish 2"
Will show "Finish 2" immediatly, but then the application is paused,
at the end of the method, until all data is retrieved.
Any hint?
Giuseppe Farese
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>