Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need advice on opening tables
Message
From
11/01/2005 09:20:05
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00975995
Message ID:
00976013
Views:
18
>In all my forms, in the LOAD method, I open only those tables that are used by the form. Most forms have Private Data Session. I am thinking about creating a procedure (in a .prg file) that would open ALL tables. Then in the LOAD method of all forms to call this procedure.
>
>Does the above seem like a reasonable approach or do you see any potential problems here?

I beleive that you may slow your app down. MaxFrame has the concept of opening all tables on loading the EXE, the theory being that since those opened in a form's DE are effectively used again, they will open quicker.

However, I changed the EXE load to just the essential tables, which speeded up the EXE load considerably, and had little effect on the opening of the individual forms.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform