Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending to views
Message
From
15/07/1998 16:36:39
 
 
To
15/07/1998 16:27:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00116402
Message ID:
00117835
Views:
21
>Views is just overhead vs cursors for reporting purposes. Surely, I mean real application (not VFP itself) where you will inflate dbc file with view definitions. The difference between view and cursor is that view is buffered and inherently send data back to table(s), but you don't need in this features doing reporting. I don't know what do you mean as 'nesting', but don't worry: cursors can do all the same as views when you make reports.

I guess it's a matter of which is worse: having a view for each report or a .prg for each report. Or is there some way to put the SQL in the report that I'm not aware of?

>It's because you don't need to bring all available trips into grid. You just want to show trips records pertained to particualr client, right? So, you need in subset of data, i.e. view or cursor.

That's true... I'm so used to filters and set key to that I didn't even think of that.

Thanks,

-Michelle
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform