Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

select from view

Former Member
0 Likes
450

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
432

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......

3 REPLIES 3
Read only

Former Member
0 Likes
432

hi

i thihk u do that in simple select stetment like in regular table?

thankes

Read only

Former Member
0 Likes
433

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......

Read only

Former Member
0 Likes
432

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.