‎2007 Aug 24 1:27 PM
hallow
i wont to bring fields from <u>view</u> and i wont to now how i do that?
sample will help
i reward
Regards
‎2007 Aug 24 1:30 PM
hi
getting data from views is same as from db tables....
just look that u have all required fields in the view.
select <fields>
from <view>
where......
‎2007 Aug 24 1:29 PM
hi
i thihk u do that in simple select stetment like in regular table?
thankes
‎2007 Aug 24 1:30 PM
hi
getting data from views is same as from db tables....
just look that u have all required fields in the view.
select <fields>
from <view>
where......
‎2007 Aug 24 1:30 PM
Hi,
Same as u can get data from table.
U can directly used view if it is database view. Or y can double click on view it will display tables list chose your table which fields suitable for u and used it.
Rewards points if it is useful.