How to read a DMBS on Linux? It works on NT!

Hi!

I developed a servlet on a Win NT plataform accesing a Microsoft Access Database. It worked fine, but now I have to migrate to a Linux environment. The problem is that I don't know how to make the "connection" to the database, I mean, on NT I can go to Control Panel/ODBC Sources and define the database source. But how on Linux? I'm usin JDK 1.3 and JSDKEE 1.3.1.

Thanx

[402 byte] By [ctellez69] at [2007-9-26 3:03:37]
# 1
If you want to connect to the Access database running on NT from Linux then you'll probably want to use the JDBC-ODBC bridge.
swatdba at 2007-6-29 11:03:44 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

> If you want to connect to the Access database running on NT from Linux then

> you'll probably want to use the JDBC-ODBC bridge.

I doubt it. That would mean that there is a ODBC MS Access driver (nothing to do with java) for linux. I haven't seen anything like that.

jschell at 2007-6-29 11:03:44 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
> But how on Linux? You need a proxy client/server. You can search the java sun site for a commercial driver or use RmiJdbc (search this list for the exact link to that.)
jschell at 2007-6-29 11:03:44 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...