Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems sending comands with ADO
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00688297
Message ID:
00688502
Vues:
16
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform