No Oracle Error Messages being displayed in program

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
smithberger
Posts: 3
Joined: Thu 10 Nov 2005 20:58
Location: Seattle

No Oracle Error Messages being displayed in program

Post by smithberger » Thu 11 Feb 2010 01:12

I have an application that will show me an Oracle message when I am running the program from the IDE and in Debug, but when I run the program independently, I don't see the error message. It is a very basic error that I am creating on purpose (duplicate key in index).

Can you help me figure out why I cannot see the error? Is there a settiing or a property that has to be turned on?

I am using a TOraSession, TOraTable and TOraDataSource. I am not using a TOraErrorHandler because my understanding was that this was only needed if I wanted to customize error messages.

Thank you in advance.

Bonnie

Falcon
Devart Team
Posts: 19
Joined: Tue 02 Feb 2010 10:40

Post by Falcon » Fri 12 Feb 2010 15:14

Hello Bonnie.

I could not reproduce the problem.
Please send me a complete small sample to antonp*devart*com to demonstrate it, including a script to create and fill table.

Best regards,
Anton
Devart Team
www.devart.com

Post Reply