Hi!
I want to connect my application to a database located on another computer.
which properties do I have to use to connect?
I have seen an example for oracle:
final static private String _url =
jdbc:oracle:thin:username/password@(description=( address_list=(address=(pro
tocol=tcp) (host=developer)(port=1521)))
(source_route=yes)(connect_data=(sid=jdcsid)))";
something like that for DB2 on S/390?
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets