I have a query that create a table, and that can be executed by many users.
When it happens that 2 users execute it at the same time, they receive one of the following message:
- Couldn't lock table xxxxxx currently in use by user yyyy
- Table xxxx already exits
- You tried to lock table xxxx while opening it, but the table can't be locked because it is currently in use....
Is there any way to "personnalise" the name of a table so that many users could execute a same query at the same time?
Thanks in advance for any help. I greatly appreciate your time and consideration.
Aietoe
When it happens that 2 users execute it at the same time, they receive one of the following message:
- Couldn't lock table xxxxxx currently in use by user yyyy
- Table xxxx already exits
- You tried to lock table xxxx while opening it, but the table can't be locked because it is currently in use....
Is there any way to "personnalise" the name of a table so that many users could execute a same query at the same time?
Thanks in advance for any help. I greatly appreciate your time and consideration.
Aietoe