Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Query and display Oracle database results from a web browser
drdollar_at_gmail.com schreef:
> I currently have a simple JAVA program that can query an ORACLE
> database and will write out the
> results to a file.
>
> I'd like to be able to enter WHERE clause constraints into a simple web
> page that would call this JAVA program, it would handle querying and
> retrieving the results with the constraints, and then it would pass
> back the results for display in a web page.
>
> Does anyone have any simple code that can accomplish this task?
>
> Thanks.
>
Not for java, but plain pl/sql and using mod_plsql:
http://vanbortel.blogspot.com/2006/07/authentication-in-modplsql.html It probably gets the general idea across
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Sat Nov 18 2006 - 18:08:36 CST
![]() |
![]() |