Errors not reported during runtime

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
KeitaroBR
Posts: 3
Joined: Wed 21 Mar 2007 16:53
Location: Florianópolis - SC
Contact:

Errors not reported during runtime

Post by KeitaroBR » Wed 21 Mar 2007 16:57

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

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Thu 22 Mar 2007 09:44

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.

edurocha
Posts: 2
Joined: Mon 25 Jun 2007 20:00

Post by edurocha » Mon 25 Jun 2007 20:37

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

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 26 Jun 2007 15:43

Is the problem reproduced with one of DbxSda demo projects?

Post Reply