I am a SQL Server 2000/2005 DBA who is creating tables with a timestamp (rowversion) datatype to implement optimistic record locking. To update these tables, I have created a stored procedure that include a parameter for the timestamp field to be passed in.
Does anyone know how to retrieve and pass a SQL Server timestamp(rowversion) to and from a stored procedure using Delphi 7?
I know nothing about Delphi. I am doing a little research for one of our Delphi developers.
Thank for any help you can provide.
Pat B
Does anyone know how to retrieve and pass a SQL Server timestamp(rowversion) to and from a stored procedure using Delphi 7?
I know nothing about Delphi. I am doing a little research for one of our Delphi developers.
Thank for any help you can provide.
Pat B