AV instead of Exception
Posted: Wed 10 Sep 2014 16:22
Delphi XE5, ODAC 9.3.10 trial, OCI 11.2.0.1.0
I'm evaluating your product and I have a strange error. My application is quite simple, a dataset, a grid and a button.
When I try to execute this code :
MySmartDataset.SetOrderBy('WRONG_COLUMN'); // the column is wrong an oracle error should be raised
MySmartDataset.Open;
then an AV in module dac190.bpl is raised (write of address 00000000).
I've tried with the monitor and the wrong statement stay in "Pending" state but no error is showed.
I believe an incorrect statement should raise an Exception instead of an AV.
I'm doing something wrongs ?
Best regards
s7
I'm evaluating your product and I have a strange error. My application is quite simple, a dataset, a grid and a button.
When I try to execute this code :
MySmartDataset.SetOrderBy('WRONG_COLUMN'); // the column is wrong an oracle error should be raised
MySmartDataset.Open;
then an AV in module dac190.bpl is raised (write of address 00000000).
I've tried with the monitor and the wrong statement stay in "Pending" state but no error is showed.
I believe an incorrect statement should raise an Exception instead of an AV.
I'm doing something wrongs ?
Best regards
s7