balee
User
 Fresh Boarder
| Posts: 5 |   | Karma: 0 |
|
Access violation at post after insert
|
|
Posted: 2000/09/05 13:41 |
|
|
|
|
I have an OCIQuery with an UpdateSQL. I sometimes get access violation after I insert new record and post it.
The new record is posted correctly (I can see it in the table), but access violation appears when ancestor's (TDataSet) Post calls Resync that calls GetNextRecords.
It seems access violation doesn't appear if all record is fetched (if I set FetchAll True, or I go over the grid attached the query before I insert the record).
Is it a bug or I do something wrong? What shall I do to get rid of access violation (I have too many records so I can't use FetchAll)?
I use D5, Ora8.1.5, Oci0.7.4 (but problem live with 0.9.0 too).
Balee
|
|