UpdateError, PostError ... ?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tinof
Posts: 39
Joined: Fri 16 Dec 2005 07:41

UpdateError, PostError ... ?

Post by tinof » Wed 28 Dec 2005 12:03

While testing the SQL Server Data Access Components i have a problem :
The UpdateError / PostError / DeleteError - events doesn't fire.
I use Delphi 2006 + SDAC 4.00.00.4.
An example :
Inserting less data into a table with NOT NULL columns causes an Database - Error. I expect now an ...Error - Event (i come from BDE ;-) ) but the exception raises in main module without any error - event of Database - Component (MSQuery).

What do i the wrong way ?

Thanks

Tino

P.S. Some time ago i asket about the differences between ADO and SDAC - components. Now i know : SDAC is FAST and very, very 'developer friendly' !!!

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 29 Dec 2005 13:45

We couldn't reproduce the problem.

Please download SDAC 3.70.0.23 from our site.

If problem persists then send us (sdac*crlab*com) a complete small test project to reproduce the problem; it is desirable to use Northwind or Master schema objects otherwise include definition of your own database objects; don't use third party components

Also supply us following information

- Exact version of Delphi
- Exact version of Microsoft SQL Server and OLE DB provider that you use.
You can see it in Info sheet of TMSConnection Editor

Post Reply