Re: Using servlet and mysql

2007-05-29 Thread De Haan Software Engineering
ction use on any level. Get MySQL (it's free), install it, configure it according to the docs and setup your db there. Docs are plentiful on the mysql website. You will be much happier with the end result. --David De Haan Software Engineering wrote: > > Access databases can only be

Re: Using servlet and mysql

2007-05-29 Thread De Haan Software Engineering
Access databases can only be accessed by ODBC (default present at 2000 / XP). MySQL has nothing to do with it. 1) First create your Access database (.mdb, I don't know what a Works database is?). It may be placed anywhere on your Tomcat Server. 2) Then configure it for usage by ODBC. Click