Hi Marco,
if i delete a record with TOracleDataSet.Delete the following is done by DOA
1. create savepoint
2. reads ALL data of the record "for Update"
3. Delete record with rowid
4. commit
Why does DOA reads all! data in 2. ?
In my case it reads all longs and lobs, but this is not needed and on a slow ip-connection line it tooks very long.
Greetings
Sven
if i delete a record with TOracleDataSet.Delete the following is done by DOA
1. create savepoint
2. reads ALL data of the record "for Update"
3. Delete record with rowid
4. commit
Why does DOA reads all! data in 2. ?
In my case it reads all longs and lobs, but this is not needed and on a slow ip-connection line it tooks very long.
Greetings
Sven