4.0

SvenHeuer

Member²
Great Job,

our application (>600k lines of code) is still running without any problems ;-) . (ok, there are problems, but not due doa 8-)

Update took 5 minutes.

Guys: Your'e are great.

Greetings
Sven
 
Thanks for the info and the compliments. That's always nice to read :)

------------------
Marco Kalter
Allround Automations
 
Marco,

i have some AV when shutting down the application.

After LogOff The TOacledataSet.DataEvent is called and an av occured on inherited;.

later...

raise Exception.Create('Assertion failed: RowIdAllocations = 0');

Greetings
Sven
 
Marco,

I found out, that in my mdi-application i had an "abort" in a OnCloseQuery event. Due this, the datamodule forms didn't close the datasets and the datamodules aren't freed. So doa tries to close all the dataset and throws the AV's. After removing the abort-command it's better, but still sometime AV are raised in the DOA - lib.

It could be that there is a bug in my software, which was supressed in doa 3.4

Greetings
Sven
 
Okay, thanks for letting me know. This should allow me to tackle the problem.

------------------
Marco Kalter
Allround Automations
 
Hi Marco,

the last days I had the "Assertion failed: RowIdAllocations=0" a lot of times. Can you say me, what the DOA is checking here and what is wrong?
 
Back
Top