Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote View - Connection is Busy
Message
From
22/11/2004 13:02:09
 
 
To
22/11/2004 12:06:07
Irv Adams
MSC Managed Care, Inc.
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00960626
Message ID:
00963560
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform