Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connect busy message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00102197
Message ID:
00103710
Vues:
19
Josh,

Thank you for your answer, it solved my problem.

>Eduardo,
>
>This is usually caused by views that are sharing a single connection and running asynchronously. Only one query can execute over a single connection at once. To fix the problem, make sure your connection is not marked for asynchronous execution and that each view's FetchSize is -1 (fetch all records at once). Or, if you need asynch. execution, make sure the views aren't set to share a connection.
>
>>I can't figure out how to get out of a "connect busy connection X" message that's forcing me to quit. I'm working with VFP5.0 and with remote views.
>>Thank you for any suggestion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform