On Tue, 12 Nov 2002, Stone, Timothy wrote:
> Date: Tue, 12 Nov 2002 13:25:03 -0500 > From: "Stone, Timothy" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Tomcat -> Access Connection. > > Ditto. > > I believe JDBC-OBDC bridge (sun.jdbc.odbc.JdbcOdbcDriver) is the > MS-Access option (I have two O'Reilly books here that present this class > as the MS-Access option). > The JDBC-ODBC driver can be used to connect to MS Access databases, but it's not a recommended solution for servlet/JSP based applications -- it does not deal well with multiple simultaneous requests, which is pretty typical in a multiuser web app. You're likely to have no end of wierd problems due to this. For that matter, MS Access isn't really designed for this sort of use either. > Tim Craig -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
