
01-11-2008, 07:50 AM
|
 |
Web Junkie
Retired Moderator * Expert *
|
|
Join Date: Apr 2004
Location: D/FW, Texas, USA
Posts: 8,393
|
|
|
2 things to check...
1. Make sure that your user has Create and Delete permissions on the directory containing the Access Database. It is required for Access to process the table locking. (.ldf file)
2. Make sure your application is set up to use the existing copy of your database. If you included the file in your project, it may be copying the database locally each time your project starts. That would appear that your database wasn't being updated because the updates are being made in a different file.
|
__________________
-- wayne, MSSM Retired
> SELECT * FROM users WHERE clue > 0
0 rows returned
|