Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert into table from Memvar is too slow for Fox?
Message
De
14/10/2003 10:10:39
 
 
À
14/10/2003 08:55:53
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00838321
Message ID:
00838521
Vues:
23
If using views and your connection is in the database where your views are defined, Modify database, right click, select connections, modify your connection. In the connection designer, under data processing you should see asynchronous execution. Uncheck it and try your updates without the wait state. You can also check the state with
dbgetprop( cConnectname , "connection", "asynchronous" ) 
*!* set it with 
dbsetprop(cConnectname,"connection","asynchronous",.f.)
For SPT, checkout SQLGETPROP() and SQLSETPROP() and Asynchronous batch processing mode in VFP help.


>Where do I set the connection type? I did not see it when I setup the DSN and I do not see it in the remote view.
>
>Thanks
>Joel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform