Multiple Deletion Bug When Table has timestamp
Posted: Wed 02 Oct 2013 01:56
Hi,
I'm using dotConnect 4.2.247.0 Version.
I'm facing a problem when deleting multiple rows from the table having timestamp.
It's not throwing any exception, just delete the first one and finish.
I just realized if the record's timestamp are all same, it delete all. I'm not sure why it's checking the timestamp of one row with all the rest.
If I make timestamp's IsVersion off, it works. but I need timestamp to track changes.
can you help?
I'm using dotConnect 4.2.247.0 Version.
I'm facing a problem when deleting multiple rows from the table having timestamp.
It's not throwing any exception, just delete the first one and finish.
I just realized if the record's timestamp are all same, it delete all. I'm not sure why it's checking the timestamp of one row with all the rest.
If I make timestamp's IsVersion off, it works. but I need timestamp to track changes.
can you help?