how to pass value to oracle query from HTML Page
Hi Dear Members
I have developed a portal using HTML scripting. in one of the pages I need to connect to database to get the user info
Idea is to pass the user value through HTML test box
For eg: enter user name ( I will enter username in HTML text box) then this value should be substituted in sql query which is
select * from emp where username=' user name'; (this user name It should take from the HTML page.
any help in this regard would be much appreciated
thanks
Started By krajamk on Jul 25, 2008 at 1:37:10 PM |