Page 1 of 1

sdac 4.50.0.35 - assertion failure

Posted: Sun 15 Jun 2008 01:07
by ccmcbride
---------------------------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

Posted: Tue 17 Jun 2008 08:03
by Antaeus
Please send us a complete small test application to sdac*crlab*com to reproduce this problem. Also specify your registration information.

NM

Posted: Tue 17 Jun 2008 16:29
by ccmcbride
It was my bad. Was writing to the wrong table.

Posted: Wed 18 Jun 2008 06:51
by Antaeus
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.

Posted: Wed 18 Jun 2008 15:27
by ccmcbride
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)

Posted: Fri 20 Jun 2008 07:13
by Antaeus
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.