Thread: Row level locking - postgreSQL

Row level locking - postgreSQL

From
rajsundar@epmltd.com (Raj Sundar)
Date:
I am using a SQL statement in VC++ for selecting rows. Now some 10
rows are displayed. Again I choose a row from that 10 rows . In that
time I want to lock that particular row . Is there any way to do that
in Backend with transaction IDs ?
Thanks & Regards.