Hi again,

1. I want to use IDS's JDBC driver in my servlets. But although it is
written in the
documentation of IDSServer I can't use the form (classes directory is in the
CLASSPATH):

Driver drv = new ids.sql.IDSDriver();
Connection conn = drv.connect(url, prop);


But the form:

Class.forName("ids.sql.IDSDriver").newInstance(); Connection conn =
DriverManager.getConnection(url,"scott", "tiger");
works fine.

What may be the problem?

-----------------

2. Although my servlets compile nicely, when I call them from the browser I
get IDSServer Driver not found error.

Please help!


----------------------------------------------------------------------------
----------------
Ahmet Güneş
Eczacıbaşı Bilgi İletim AŞ
Büyükdere cad. No:193
80640 Levent
İstanbul / Turkey

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to