Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 16, 2011 10:36 PM by Lannie
Member
5 Points
83 Posts
Feb 16, 2011 04:00 PM|LINK
Hi Team,
Is it possible to call view from ASP code?
Also how to check view dependencies in Oracle where it has been used?
Thanks in advance
Contributor
3724 Points
726 Posts
Feb 16, 2011 10:36 PM|LINK
yes you can select on view from ASP.NET in ASPX page, code behind form, and stored procedures.
yes you can create web reports, charts, and other data dependent objects with a view.
yes you can select from dba_dependencies with the appropriate privileges
http://download.oracle.com/docs/cd/F49540_01/DOC/server.815/a67781/c19depnd.htm
pusnsuresh
Member
5 Points
83 Posts
Calling view from ASP code
Feb 16, 2011 04:00 PM|LINK
Hi Team,
Is it possible to call view from ASP code?
Also how to check view dependencies in Oracle where it has been used?
Thanks in advance
Lannie
Contributor
3724 Points
726 Posts
Re: Calling view from ASP code
Feb 16, 2011 10:36 PM|LINK
yes you can select on view from ASP.NET in ASPX page, code behind form, and stored procedures.
yes you can create web reports, charts, and other data dependent objects with a view.
yes you can select from dba_dependencies with the appropriate privileges
http://download.oracle.com/docs/cd/F49540_01/DOC/server.815/a67781/c19depnd.htm