Firstly, I know virtually nothing about ASP. Somebody else built the page, Eventually got it to work and display the information, but now I'm locked out of Access. I am led to believe that we didn't close the database connection. Can anyone help?
Printable View
Firstly, I know virtually nothing about ASP. Somebody else built the page, Eventually got it to work and display the information, but now I'm locked out of Access. I am led to believe that we didn't close the database connection. Can anyone help?
What message do you get when you try and open access?
uh - it opens now. I think someones been fiddling with it. It was something like an access denied message, I can't remember specifically.
I think things are sorted. I'm still a little in the dark, so if anyone can offer any information, I would be grateful. Cheers anyway
Im glad you have things sorted. You probably know some of this stuff already but in case you dont whether other users can access the database depends on the database and the locking type you use e.g. pesimistic, optimistic.
Its okay to have access open and be looking at the screen which shows all the tables and be writing stuff but not have the tables open and be writing stuff to them. You get some message saying that tables already open by another user or something.
Hope this helps
Alex