Hi there,
MySQL 4.0.12, ASP front-end, this is the setup.
All tables are InnoDB
If I use LockOptimistic in ASP it correctly locks the row and not the table however, due to a rather lenghty form to update records, it happens that two users try edit the same row.
If I use LockPessimistic it should prevent users from accessing the row once is called for edit from another user.
It works with MSSQL server. Why doesn't it work with MySQL?
According to InnoDB documentation the InnoDB engine supports row-level locking and all its features.
Any idea?
Thank you.
Qatqat
Life is what happens when you are making other plans.
MySQL 4.0.12, ASP front-end, this is the setup.
All tables are InnoDB
If I use LockOptimistic in ASP it correctly locks the row and not the table however, due to a rather lenghty form to update records, it happens that two users try edit the same row.
If I use LockPessimistic it should prevent users from accessing the row once is called for edit from another user.
It works with MSSQL server. Why doesn't it work with MySQL?
According to InnoDB documentation the InnoDB engine supports row-level locking and all its features.
Any idea?
Thank you.
Qatqat
Life is what happens when you are making other plans.