Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local or Remote View Too Slow... What else should I do?
Message
From
15/05/2002 06:27:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Local or Remote View Too Slow... What else should I do?
Miscellaneous
Thread ID:
00656787
Message ID:
00656787
Views:
61
Hi Everybody,

I am developing an application which will be run by 100+ users. From a single master table located in a server, the user application needs to get a single record but this record comes from a filtered subset of the entire master table. Each user/workstation needs to get its record in less than a second. The master table is just plain ordered according to its sequential arrangement - meaning by record number (RECNO()).

The SQL syntax I tried is something like this:

"SELECT TOP 1 RECNO() AS RECORDNO, * FROM Mastertable WHERE Taken=.F. ORDER BY RECORDNO"

I tried using local views, remote views but it takes MINUTES(!) to execute (to return the first 'available' record that is). Am I missing out on anything?

My advanced gratitudes to anyone who will look into this!
Next
Reply
Map
View

Click here to load this message in the networking platform