Martin Gregorie wrote:
> JC wrote:
>
>> Hi,
>>
>> I need to access from an JSP application in a Linux server to a
>> Microsoft Access database (only read) that is in another Windows server
>>
This is what you need:
http://mdbtools.sourceforge.net/
Check the FAQ. The UnixODBC driver is included, so
you can probably use JDBC-ODBC bridge.
DG