Hi,
i am relatively new to servlets and i have a problem. I have implemented
a web-application and for this a servlet for an
apache-server (jserv) to connect to an oracle 8 database (jdbc
thin-driver).
I am using jdk 1.1.6. I am also using the QueryNavigator-class of
package symantec/itools/db/beans/jdbc 1997.
After creating an instance of this Querynavigator-class the browser is
waiting for a result, but don�t get it.
The servlet-log-file shows, that the application stops after creating
the Querynavigator-instance.
The error-log-file of the servlet shows no errors. I have also tested
the application without the servlet (local),
in this case it runs without problems. So I think the problem is the
QueryNavigator, or not!?

Hi,

I use Symantec too and I believe the QueryNavigator class is for use with
the AWT
(ie provides an interface that allows a user to traverse and manipulate a
result set)
is it not?.

For servlets I would recommend coding your jdbc by hand, it is pretty simple
really. Symantec
help is pretty complete for this and there are a myriad of books around to
help you as well
as the JDBC tutorials at www.javasoft.com

Hope that helps

Andy Bailey

___________________________________________________________________________
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