Page 1 of 1

Errors not reported during runtime

Posted: Wed 21 Mar 2007 16:57
by KeitaroBR
Hi,

we have a reasonably big application written in Delphi using the MS SQL dbExpress driver (with TClientDataSet over it). While running the application under Delphi, all exceptions related to database are reported as they should.

But when we run the application outside Delphi, these errors won't be reported and the application flow continues as if nothing happened. This is causing us some very troublesome issues since some unexpected events are happening in the application due to the exceptions not being thrown.

Any ideas why this could be happening? We're using the latest version of the driver (the full version, not the trial).

Regards

Posted: Thu 22 Mar 2007 09:44
by Jackson
We couldn't reproduce the problem.
Please send us (evgeniym*crlab*com) a complete small test project to reproduce the problem; include definition of your own database objects; don't use third party components.

Also supply us the following information:
- Exact version of Delphi or C++ Builder.
- Exact version of DbxSda. You can see it in ReadMe.html.
- Exact version of Microsoft SQL Server and OLE DB provider that you use. You can see it in version info of SQLOLEDB.DLL and SQLNCLI.DLL.

Posted: Mon 25 Jun 2007 20:37
by edurocha
Please, I have the same problem, in runtime errors not reported, which the solution ?

I use :

TSQLQuery -> TClientDataSet -> TDataSetProvider
Delphi 7 up8.1
MSSQL 2005
SQLNCLI.DLL - 2005.90.1399.0
SQLOLEDB.DLL - 2000.86.1830.0


Thanks

Posted: Tue 26 Jun 2007 15:43
by Antaeus
Is the problem reproduced with one of DbxSda demo projects?