On Fri, 15 Jun 2001, Jon.Ridgway wrote:

> Hi Anwar,
> 
> You can use the ODBCJDBC driver provided in the JDK. Or you could use a
> database that comes ready for java, like wwww.cloudscape.com. See
> http://industry.java.sun.com/products/jdbc/drivers for a full list of
> available drivers.
> 

Jon is correct that you can use this, however I would strongly advise
against it.  The JDBC-ODBC driver is not good at being used in a
multithreaded environment like a servlet container (neither is Access, for
that matter).

> Jon.
> 

Craig McClanahan

Reply via email to