Page 1 of 1

Row lock

Posted: Sun 16 Jan 2005 08:44
by Luigi
Is it possible to lock a table row with oradirect .NET and keep it locked while changes are made on the client :?:
Is it possible to use alerts with oradirect .NET

Re: Row lock

Posted: Mon 17 Jan 2005 14:42
by Oleg
Your task conflicts with disconnected model: data is retrieve in DataSet that doesn't depend on any connection yet.
Certainly you can set handlers for DataTable and call lock SQL manually.
Alerts aren't supported on OraDirect .NET now.