
amokoura
-
Posts
307 -
Joined
-
Last visited
Reputation Activity
-
amokoura got a reaction from robertocm in ADODB command method
Use the Default keyword for an empty parameter.
adAsyncExecute seems to be some constant, I'll use number 5 just for example.
So try this:
$objCommand.Execute(Default, 400, 5)