Hello,
I have an Access database file that keeps creating a .LDB File. I know this normal, but sometimes it deletes itself, other times it does not.
I am using the following:
Visual Studio 2002 (Programming in
VB.NET)
Access 2002 (Access Database is in Access 2000 format)
Windows XP Pro SP2 with IIS 5.1
Access Database Settings:
Default Open mode = Exclusive
Default Record-locking = No Locks
Open database using record-level locking = True (is checked)
NOT using a workgroup file
I have gone through my code several times and have confirmed that all my db connections are being closed after useage.
I have 2 questions:
1) SHOULD I BE CONCERNED WITH THE .LDB FILE?
2) WILL IT CAUSE ERRORS IN A MUTLIUSER ENVIRONMENT?
Thanks in advance,
Mark