Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VIEWS are my concern
Message
From
01/02/1999 14:52:58
 
 
To
01/02/1999 14:43:09
Noman Aftab
Embry-Riddle Aeronautical University
Daytona Beach, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00182652
Message ID:
00182671
Views:
9
>This might sound a bit stupid to u but could you please tell me how parameterized views will solve this problem and why do we use them? I have never used them before and will appreciate your time and response.
>Thanks.

The idea of p-view is that it retrieves limited number of records (usually all childs pertained to particular parent), i.e. SQL-string looks like: SELECT ... From ChildTable Where Childtable.Parentid=?nParentid. So, when record pointer moves within parent record, it's enough to reset the parameter: nParentid=Parenttable.Id and issue =Requery("MyPview") to get new set of records. It's pretty common way and used widely (IMHO, it's unnecessary to use for read-only recordsets like list or combo rowsource).
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform