Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi 7 and SQL Server Timestamp

Status
Not open for further replies.

bustell

Programmer
Mar 22, 2002
159
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top