Hi there
Im trying send a timestamp value fetched from a sql server table back to a stored procedure to check server side if the record has been changes by an other user.
But when I fetch the timestamp it comes in a memo field and when I send it back to the stored procedure it seems to be empty.
I have tried several datatypes in the stored procedure but it does not work.
Can somebody help me.
Thanx
Im trying send a timestamp value fetched from a sql server table back to a stored procedure to check server side if the record has been changes by an other user.
But when I fetch the timestamp it comes in a memo field and when I send it back to the stored procedure it seems to be empty.
I have tried several datatypes in the stored procedure but it does not work.
Can somebody help me.
Thanx