Row lock

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Luigi

Row lock

Post by Luigi » Sun 16 Jan 2005 08:44

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

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Row lock

Post by Oleg » Mon 17 Jan 2005 14:42

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.

Post Reply