Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow loading table
Message
 
To
12/08/2005 03:57:40
Hee Lim Wang
Fantasy Software Enterprise
Malaysia
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01040494
Message ID:
01040495
Views:
16
If there are certain cursors in the DE that you don't need access to the data for right away in your form, you can set the NoDataOnLoad property for them to .T. and then Requery them later when they are needed. This can significantly improve how fast your form displays.

Also, should there be times when you don't need access to the entire table, but just a particular subset of data, you might consider changing some of your the tables in your DE to parameterized views. That way, just the data that is needed comes across the wire.

>I upload my tables and cdx files into internet drive
>my application i set path to that drive
>but my form contain alot of tables in database enviroment
>when i run the form, it takes a very long time to load these tables
>is there any way to make table loading faster ???
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform