Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate() syntax
Message
 
To
26/02/1998 18:15:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00081248
Message ID:
00081614
Views:
28
>>You could create local updatable views in your dbc for the free tables and then just pull the free tables out of the forms and replace them with the views. I fyou give the view the same alias then nothing else will need to change. The views will update when you tableupdate them and the transaction can be used fully.
>
>Great, will there be any performance impact if some tables have a large amount of records and if I have views for them when in the pick list and data entry in forms? Or, is it running as any table as it pulls the required records on the fly when we need it?
>
>If yes and no, as you mentioned earlier, I will definitely change my Save() method to uniform it to be able to use less code, better performance and to benefit of the transactional commands.
Michel,

It will be affected by anything that affects the use of views. But those are overcome by using parameterized views.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform