hi Marcus,
Ouch! I'm using ADO..... do you know what happens when issueing an
cn.execute command if it works in synchronous mode?
As long as you don't set any option for the Options parameter of the
Execute method is should be executed synchronously.
--
Function Execute(CommandText As String, [RecordsAffected], [Options As
Long = -1]) As Recordset
Element from ADODB.Connection
--
btw, why do you think that it is running async?
mfG
--> stefan <--