How to retrieve data from MS Access

anybody no how i can get data out of a ms access database and put on a web page? sample code very helpful...
[115 byte] By [pgmr1998a] at [2007-11-27 2:23:30]
# 1

You can connect to MSAccess via JDBC.

The most common approach is to create an ODBC entry in windows, and then use the JDBC-ODBC bridge that comes with java.

http://www.easysoft.com/applications/microsoft-access/jdbc-odbc.html

Once you have a database connection, it becomes as any other java program accessing a database.

evnafetsa at 2007-7-12 2:29:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...