Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: VB5.0 Oracle Objects for Ole
On 13 Oct 1998 07:39:33 GMT, "shaim" <dsi_at_france-abonnements.mgn.fr>
wrote:
>I want to know if VB wait the end of the execution of an stored procedure
>launched by an ExecuteSql.
>For example if my stored procedure has many data to udpate, is vb
>synchronized ?
>Thanks !!!
Yes. VB will be suspended until your procedure completes. Sometimes this is good, other times I wish there was an asynchronous method as well.
--
Mark Wagoner
To reply, remove no.spam from my e-mail address
Received on Thu Oct 15 1998 - 07:23:12 CDT