Assertion Failure
-
- Posts: 2
- Joined: Fri 03 Dec 2004 15:39
Assertion Failure
I'm using ODAC 3.30 with Delphi 5.0 and Oracle 9.
Sometimes, when opening a query, my application gives the exception:
Project pSaltm.exe raised exception class EAssertionFailed with message 'Assertion failure (D:\Projects\Delphi\Odac\Source\OraClasses.pas, linha 1330)'. Process stoped. Use Step or Run to continue.
It is not in an especific point neither a moment, but it usually happens when selecting from a table that is frequently accessed by others applications for inserting, updating and deleting and has about 250000 records.
In time, there's no D: drive in the machine and 'linha' means line in Portuguese.
Thanks,
Alex
Sometimes, when opening a query, my application gives the exception:
Project pSaltm.exe raised exception class EAssertionFailed with message 'Assertion failure (D:\Projects\Delphi\Odac\Source\OraClasses.pas, linha 1330)'. Process stoped. Use Step or Run to continue.
It is not in an especific point neither a moment, but it usually happens when selecting from a table that is frequently accessed by others applications for inserting, updating and deleting and has about 250000 records.
In time, there's no D: drive in the machine and 'linha' means line in Portuguese.
Thanks,
Alex
-
- Posts: 2
- Joined: Fri 03 Dec 2004 15:39
Assertion Failure
I've been receive exact this message, when used a TDBMemo with varchar2 data type, and no data in this field when trying to Post.
Just fill it with space and problem will disappear.
Just fill it with space and problem will disappear.
Re: Assertion Failure
Send us please small demo project to demonstrate the problem and include script to create server objects to our support address.Serg wrote:I've been receive exact this message, when used a TDBMemo with varchar2 data type, and no data in this field when trying to Post.
Just fill it with space and problem will disappear.
Assertion failure can happen if you receive any kind of unexpected error. It can be the different problem. Are you sure that line number was 1330.Sorry, it was long time ago. I've recollected, that this error occuring when trying to call refresh method in some conditions (in what case - i can't remember).