Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote View - Connection is Busy
Message
De
22/11/2004 13:02:09
 
 
À
22/11/2004 12:06:07
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00960626
Message ID:
00963560
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
>Fabio:
>
>I use the default Asynchronous = .F. in SqlSetProp(), should I try changing that?
>

Well, don't change it.

On VFP8, VFPT it has resolved this issue one.

Use this:
DBSETPROP('RVName','view', 'AllowSimultaneousFetch',.T.)
With this, VFP declare a STATIC SERVER SIDE CURSOR,
and fetch it leaving drive ODBC in stateless mode.
Then you can shared the connection with others RV.

Read Thread #960314.

>Also, this is interesting about =reccount(); how does that prevent the busy connection?

This force VFP to fetch all the RV records, and then this free the connection.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform