I have an Access 2000 database on an NT server running iPlanet Server and using JSP. My web app (designed in Dreamweaver) lets users add a conference room reservation, delete, and view existing reservations.
When 2 users attempt to click Submit at the same time (to add a room reservation), the database dies.
I have record-locking in Access checked and also Default Record Locking set to: Edit Records.
Is there something with JSP and/or the ODBC driver that I need to do to have the database process multiple requests without crashing?
When 2 users attempt to click Submit at the same time (to add a room reservation), the database dies.
I have record-locking in Access checked and also Default Record Locking set to: Edit Records.
Is there something with JSP and/or the ODBC driver that I need to do to have the database process multiple requests without crashing?