sdac 4.50.0.35 - assertion failure

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

sdac 4.50.0.35 - assertion failure

Post by ccmcbride » Sun 15 Jun 2008 01:07

---------------------------6/14/2008 5:57:16 PM---------------------------
Exception 'EAssertionFailed' in module sqlink5.exe at 003D9475
Assertion failure (D:\Projects\Delphi\Dac\Source\MemDS.pas, line 1392)

I have a situation where I needed the updates to fix an issue, which it did.
I have a deadline in less than a week, and I ran into this.
Any way I can fix it, or get an immediate update?

Delphi 7,
Microsoft SQL Server: 09.00.3054
Microsoft SQL Native Client: 9.00.3042.00

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

Post by Antaeus » Tue 17 Jun 2008 08:03

Please send us a complete small test application to sdac*crlab*com to reproduce this problem. Also specify your registration information.

ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

NM

Post by ccmcbride » Tue 17 Jun 2008 16:29

It was my bad. Was writing to the wrong table.

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

Post by Antaeus » Wed 18 Jun 2008 06:51

Please, send us a test sample to reproduce the problem or describe in more details the situation in which it appears. This assertion failure must be fixed anyway.

ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

Post by ccmcbride » Wed 18 Jun 2008 15:27

The section of code :
dmInventory.tblServicesQBITEM.AsBoolean := true;
(worked, this is the correct table)

dmInventory.tblInstallNONTAXABLE.AsBoolean := false;
(assertion failure. tblInstall is closed, and not in edit mode)

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

Post by Antaeus » Fri 20 Jun 2008 07:13

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.

Post Reply