Because of problems using Delphi 7 to retrieve and pass Timestamp data types, I am considering converting my timestamp field to a BigInt before sending a record to our Delphi application. Then allowing the Delphi application pass the BigInt back in a stored procedure where I will convert it back to a Timestamp for performing optimistic locking.
Does anyone see a problem converting a Timestamp field to a BigInt and then back to a Timestamp type? From what I am thinking there would not be any data loss doing this even when the Timestamp get very large.
Any thoughts on this would be greatly appreciated.
Pat B
Does anyone see a problem converting a Timestamp field to a BigInt and then back to a Timestamp type? From what I am thinking there would not be any data loss doing this even when the Timestamp get very large.
Any thoughts on this would be greatly appreciated.
Pat B