Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote View - Connection is Busy
Message
 
To
11/11/2004 15:44:43
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:
00963891
Views:
32
This message has been marked as a message which has helped to the initial question of the thread.
Irv,

Make sure the view's FetchSize is set to -1. If you use Progresive Fetching (something other than -1) the view holds that connection handle until it's fetched everything. -1 makes it fetch everything upfront.


>UT Experts:
>
>I am using Remote Views created to read/write to MS SQL, which are opened in the DE of various Forms to update fields via ControlSource. A Listbox refreshes the contents of all Textboxes using 'Requery()' in the Interactive Change event.
>
>All is well until I do an APPEND BLANK to the View. The command works and I can enter data into the Textboxes. However, after that, any Requery will result in 'Conection Connect1 is busy' and the program cannot continue. However, the data will be saved in the MS SQL table.
>
>Any ideas on this one, Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform