Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexes on Remote Views
Message
From
02/04/2007 17:11:32
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01211442
Message ID:
01211486
Views:
15
Thanks for the tip.

>Some techniques I use often.
>
>This comes from the VisualMaxFrame Framework
>
>Open the remote view without data
>
>=CURSORSETPROP('BUFFERING', 3, 'vr_RemoteView')
>
>INDEX ON field1 TAG field1
>
>INDEX ON field2 TAG field2
>
>
>REQUERY()
>
>
>It's faster to index without the data.
>
>As I recall you have to have buffermode set to 3 to index a view.
>
>After you've greated the indexes you can set buffermode to 5
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform