G
Guest
I'm placing my question here because it involves getting Access to do read,
lock and then write a column in an SQL database table. I need some general
orientation to the task of reading a row from an SQL table from within my
Access code, having a lock on that record so no one else can write to it
until a perform an update, update the value of a column and then release the
lock. If this uses a stored procedure in SQL, then I need to particulars how
to call the procedure and return values. Referral to an article would be
appreciated. I know how to connect to an SQL database and perform ordinary
SELECT. Thank you.
lock and then write a column in an SQL database table. I need some general
orientation to the task of reading a row from an SQL table from within my
Access code, having a lock on that record so no one else can write to it
until a perform an update, update the value of a column and then release the
lock. If this uses a stored procedure in SQL, then I need to particulars how
to call the procedure and return values. Referral to an article would be
appreciated. I know how to connect to an SQL database and perform ordinary
SELECT. Thank you.