yes you can read Microsoft Access database from Unix Box

If you are using JDBC 1.0/2.0 it is very much possible
instead of using JDBC-ODBC bridge driver (Type 1 driver)
use Type-4 driver for Microsoft Access (provided by Third party)
and provide the approriate URL syntax after loading the driver

Also configure the database correctly for handling TCP/IP
connection

It works


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Hines, Bill
Sent: Monday, February 05, 2001 1:32 PM
To: [EMAIL PROTECTED]
Subject: Read Access MDB File With JDBC/ODBC From Unix?


Can anyone say if we can read a Microsoft Access database from a JSP/Servlet
that is running on a Unix box? I was wondering if there was some sort of 3rd
party (i.e. ChiliSoft) product that would allow this or if I could put the
MDB on a NT box and read it from my JSP/Servlet running under Solaris just
by providing a correct database URL for it.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to