Thanks!
Search found 3 matches
- Sat Apr 16, 2005 6:27 pm
- Forum: Databases
- Topic: Preventing scripts from simultaneously accessing a table
- Replies: 5
- Views: 546
- Sat Apr 16, 2005 9:13 am
- Forum: Databases
- Topic: Preventing scripts from simultaneously accessing a table
- Replies: 5
- Views: 546
- Fri Apr 15, 2005 4:57 pm
- Forum: Databases
- Topic: Preventing scripts from simultaneously accessing a table
- Replies: 5
- Views: 546
Preventing scripts from simultaneously accessing a table
Hello I use MySQL and I have a problem with my script. First I obtain some data from a table (with a SELECT query) then I do something with it and update the field the data was taken from (with an UPDATE query). It works fine as long as the script is not run twice almost at the same time, because th...