Reading SQL Server Timestamp Field Using PHP
November 30th, 2011
No Comments
I’ve been working on a project where I have to maintain data in a SQL Server database. In order to prevent different users updating the same data at the same time, I’ve also employed optimistic locking by using a “timestamp” field called OLToken on each table which is binary. This field is read out and [...]