Re: link DB record through browser...



On 15 Feb 2006 01:59:24 -0800, "snehalapatil@xxxxxxxxx"
<snehalapatil@xxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :

I have a remote sybase database,I want to display links in web page
(browser) such that when user clicks on link ,actual record in that
sybase database table should be opend.
i.e. I want to connect actual database record to my web page through
Hyperlink.
So my question is ... how should I build the link?

you send a cgi-like request to your servlet womb that does the lookup.

A more dangerous way is to invoke an applet that opens a JDBC
connection.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • link DB record through browser...
    ... I have a remote sybase database,I want to display links in web page ... sybase database table should be opend. ...
    (comp.lang.java.databases)
  • link database record through browser.
    ... I have a remote sybase database,I want to display links in web page ... sybase database table should be opend. ...
    (comp.databases)