João Folha wrote:
> 
> 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

That is just microsofts external lock file so other programs
accessing the file do so in a friendly way.  Since access
has no database server the locks have to be shared somewhere.

The file should be small and you don't want to control it.

Reply via email to