soh syed wrote:

> what changes i need to make in config for access
> database to be used with struts application
>

You would need to use the JdbcOdbc driver, configured in the
<data-source> element of the struts-config.xml file, or some other
driver that talks ODBC.

However, I would strongly urge you to reconsider.  Access is not an
appropriate database for a web application, because it has severe
problems with multiple simultaneous accesses.

Craig McClanahan


Reply via email to