Page 1 of 1

Doesn´t appear error message in the User Application

Posted: Mon 14 Mar 2005 19:38
by Klagz
Hi:

We have been working with Core Lab for Two Years and I would like to know wether is a Driver´s problem or not.

I always write this sentence after post in Delphi 6.0 like this:

Table.ApplyUpdates(-1);

I know that the parameter is the limit of number errors that we would like to catch or show up.

When I´m running the application in Delphi´s Editor If Exists an database error, the Compiler will show it, However when the application is standalone (without Delphi) doesn´t appear any oracle error messages. Whereas the Borland´s drivers show it correctly. Why?

Thank´s Regards.

Posted: Wed 16 Mar 2005 08:36
by Paul
This behaviour is similar to standard Borland driver.
Exception is terminated by Borland SqlExpress. Please see TCustomResolver.InternalUpdateRecord procedure.