B
Beth
Hello,
To resolve concurrency issues, I am retrieving sql
timestamp value and with every update passing the value
back and raising an error if the timestamp has changed. My
problem is that I don't know what data type to pass in the
CreateParamater method. I am using ADP and created a
stored procedure.
A related question is what other method can I use to check
for updates if I don't have direct table permissions. I
cannot use SELECT statements. I can only access stored
procedures.
Thanks.
To resolve concurrency issues, I am retrieving sql
timestamp value and with every update passing the value
back and raising an error if the timestamp has changed. My
problem is that I don't know what data type to pass in the
CreateParamater method. I am using ADP and created a
stored procedure.
A related question is what other method can I use to check
for updates if I don't have direct table permissions. I
cannot use SELECT statements. I can only access stored
procedures.
Thanks.