You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by soh syed <sy...@yahoo.com> on 2001/03/02 17:47:14 UTC

setting up access

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

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Re: setting up access

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
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