of course i have.
and i used to use this database almost 4 months
i used to have a normal java file grade.java, and it used to retrieve
semester scores of the students. It still works fine. This grade.java uses a
SQLSelect.java file for database connection.
however, now i changed this grade.java to a check.java  which is a servlet.
and it doesn't work because of this problem.
then i changed SQLSelect to SQL.java which is a servlet again, just to make
things simpler.
a few days ago , it was throwing noclassfind exception
than i put the com.informix driver files into the right place,
now it can find the driver class files, but this time it gives the

Cannot connect to jdbc:informix-sqli://dbs.ntut.edu.tw:5000/cbh:online7,
reason:java.sql.SQLException: This release of JDBC requires to be run with
JDK 1.2+. Rows:0
Any idea about what is going on?
thanks
----- Original Message -----
From: "Andy C" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 08, 2001 6:21 PM
Subject: Re: Strange SQL exception problem


> Hang on,
> is this the central database server on the campus?  Are you sure you
> have a user name and password to connect to that database ?
>
> Andy
>
> ----- Original Message -----
> From: "yilmaz" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 08, 2001 11:07 AM
> Subject: Re: Strange SQL exception problem
>
>
> > Hi Andy,
> > at least i know that our campus database is Informix online7 , and the
> > driver i am using is of
> > the same version  as the database itself.
> > it seems that it has something to do with the jdk incompatibility,
> > and i couldn't find a workaround for this problem
> > thanks again
>
>
___________________________________________________________________________
> 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
>

___________________________________________________________________________
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