(Note that this is a JDBC question, or even a Microsoft Access question, not
a Tomcat question. You should find an appropriate mailing list or
discussion group to ask these questions in.)
Any time you use Access, it creates an *.ldb file: it keeps track of locks
on database objects. You can probably minimize it by committing more often,
or by turning on auto-commit (by calling Connection.setAutoCommit(true)).
-- Bill K.
-----Original Message-----
From: João Folha [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 23, 2001 7:19 AM
To: [EMAIL PROTECTED]
Subject: Problem consulting database
Hi there.
In my very simple web application where i consult a ms access database
db.mdb. Somehow a new file is created db.ldb.
Why this happen can i control that?
jfolha