Archive for November, 2011

Reading SQL Server Timestamp Field Using PHP

Date November 30th, 2011 Comment 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 [...]

Tags: , , ,