Hi all;

I'm still stuck with esql, but as a really beginner, I just start to read
the logs files.

Here is what I get
java.sql.SQLException: No suitable driver

I'm trying to access a microsoft Access97 database, (just to understand how
all this works, before moving to mysql)
I've declared: sun.jdbc.odbc.JdbcOdbcDriver

in web.xml

<init-param>
      <param-name>load-class</param-name>
      <param-value>
        <!-- For IBM WebSphere: -->
        com.ibm.servlet.classloader.Handler
        <!-- For Database Driver: -->
        org.hsqldb.jdbcDriver
 <!-- For Odbc Access Driver: -->
 sun.jdbc.odbc.JdbcOdbcDriver
      </param-value>
    </init-param>

But in fact, the system doesn't even find the com.ibm.servlet.... driver.
Where should there be?

I've found a jdbcodbc.dll, in my jdk and copied it in windows system, but it
doesn't help.

Can someone help me?
Why does the system is hanging on for hours when the browser calls the xsp
page calling the driver?
(running C2 with Tomcat4  and G:\jdk1.3.1 on win95)
Really thanks to any helper.

Cib

France, Bordeaux, xml and gay pride.


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to