Hi Experts,
I am using ASP+Access in my pages.
Sometimes there are about 50 people visit my pages at the "same time".
The data in database need to be edited from time to time (use ADO, Insert, Update, Delete...).
Do you think I need to lock the database when editing the data? If your answer is YES:
1. Can you tell me how to lock Access database?
2. If the database is locked and another user try to connect it at the same time, what will happen?
Thank you in advance.
Dave
I am using ASP+Access in my pages.
Sometimes there are about 50 people visit my pages at the "same time".
The data in database need to be edited from time to time (use ADO, Insert, Update, Delete...).
Do you think I need to lock the database when editing the data? If your answer is YES:
1. Can you tell me how to lock Access database?
2. If the database is locked and another user try to connect it at the same time, what will happen?
Thank you in advance.
Dave