DataLink.EndEdit() behavior, again

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
ahijazi
Posts: 47
Joined: Mon 01 Oct 2007 11:13

DataLink.EndEdit() behavior, again

Post by ahijazi » Thu 26 Oct 2017 09:12

Dear Devart;
refer to the old post viewtopic.php?f=1&t=34860 , i have retest the case on the new version 9.4, but it still the same !!

any time could this issue be solved, or at least what the workaround not to lose the data

best regards,

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: DataLink.EndEdit() behavior, again

Post by Pinturiccio » Mon 30 Oct 2017 14:31

Fixing this issue is a time consuming task (and it has no timeframe at the moment).

ahijazi
Posts: 47
Joined: Mon 01 Oct 2007 11:13

Re: DataLink.EndEdit() behavior, again

Post by ahijazi » Mon 30 Oct 2017 16:14

!!! I believe it's a major issue (may consider as a bug) in noncached mode, which could lead to a major data loss in the applications , any way as you said "time consuming task" !!.


best regards

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: DataLink.EndEdit() behavior, again

Post by Pinturiccio » Tue 07 Nov 2017 16:11

We have added the CancelEditRowIfUpdateFailed property to OracleDataTable. This property determines whether to call CancelEdit for the row after update of the row is failed when data binding is used.
If you set false for this property, the issue will be fixed.

We will post here when the corresponding build of dotConnect for Oracle is available for download.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: DataLink.EndEdit() behavior, again

Post by Pinturiccio » Fri 24 Nov 2017 10:56

New build of dotConnect for Oracle 9.5.399 is available for download.
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Customer Portal (for users with valid subscription only).
For more information, please refer to viewtopic.php?t=36257

Post Reply