Access databases don't work well for webservers - even with IIS. SO you should switch databases. If concurrency is *very* low - you could try throwing synchronization blocks around all database code to limit only one database user at a time. (This is not recommended)

-Tim

Massimiliano PASQUALONI wrote:
How I can replace the Jdbc-odbc bridge?
I use it to connect to my access dB, is a little user's database...

bean.setDbUrl("jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};
DBQ=C:/Programmi/Apache Software Foundation/Tomcat
5.5/webapps/BI/users.mdb");

I need to change the db?!?!




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to