Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems sending comands with ADO
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00688297
Message ID:
00688502
Views:
17
>How can I set up an ADO connection object to send commands to a remote DB server without havinging the object wait for an accuse/response from the server in order to continue sending the next command.

You cannot specify an asynchronous mode for executing commands in connection object. Instead you can specify adAsyncExecute option in Execute method of ADO Connection or Command objects. Use State property of Command or Recordset objects to determine when execution is completed.
Previous
Reply
Map
View

Click here to load this message in the networking platform