Lock record - Mailing list pgsql-general

From Andrea Aime
Subject Lock record
Date
Msg-id 39478206.BAA7185A@comune.modena.it
Whole thread Raw
Responses Re: Lock record  (JanWieck@t-online.de (Jan Wieck))
List pgsql-general
Hi people. I'm writing a client application in Visual Basic,
and I need to lock certain records (a read lock) for
a long period of time (well, from the start just to
the stop of my application) so that no one can modify
them. I've seen a lock command, but it seem only capable
to lock an entire table. I'm using ADO, and it seem possible
to lock a record by opening a recordset on it (with a
proper query) and keeping that recordset open (I think
that it's the cursor that keeps the lock on the db).
Anyone knows a different/better method?
Thanks
Andrea

pgsql-general by date:

Previous
From: "Len Morgan"
Date:
Subject: Re: Help: How to store query output in a file !!!
Next
From: Ron Peterson
Date:
Subject: Re: Timestamp and compatiblity with MySQL