SriHari wrote:
>
> Hi
> Can any one send me code for connecting to database with out a system DSN
> (DSN less connection using jdbc the server i am using is SQLServer
> Pl mention can the same be used for any database ex Oracle/SyBase  etc
>
Look up the JDBC driver for the database you are interested in.

You can use FreeTDS (or is it FreeDTS) for MSSQL if you want a free JDBC
driver. You don't need to set up DSN or anything for this.

Ashish Shrestha

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to