My app works against an Access 2000 database, and it works fine except I get very slow response time if anyone has the database open. The database itself is just used for data, no forms or anything like that. But if I have the db open in Access, even if I don't have any tables or anything open, just sitting looking at the list of tables, my VB.Net app will get very slow response from the database. Something like 5-10% or normal speed. If I close the database window, my app will suddenly snap to life. I am using mostly oledbdataadapters to read and populate a dataset. Is this some kind of locking issue or something?