Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> retrofitting application security
I'm currently involved in developing a Forms 4.5 based application.
The application is largely finished and is now in use, however one of the enhancements that the users have requested is that security should be enforced on a certain type of companies (the app. manages companies/employees etc.) such that only privileged users can update these company records or any of the records associated with these companies.
What this boils down to is that I need to prevent non-privileged users from
updating the database
through any of the forms in the project when the form contains data related to
these companies.
The situation is complicated by the fact that some of the forms update the
database directly
through SQL statements in the code.
Approaches which I've considered include:
Does anyone have any ideas for a better/simpler approach?
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Jan 08 1999 - 05:14:31 CST
![]() |
![]() |