Обсуждение: Re: Row level locking - postgreSQL

Поиск
Список
Период
Сортировка

Re: Row level locking - postgreSQL

От
Oleg Samoylov
Дата:
Raj Sundar wrote:
> 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.

Look documentation for SELECT.

--
Olleg Samoylov