Uniqueidentifier bug

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bagieta
Posts: 21
Joined: Tue 09 Nov 2004 08:02
Location: Poland

Uniqueidentifier bug

Post by Bagieta » Wed 01 Jun 2005 06:54

I test a CRGrid component and I see columns sorting works fine. But the only problem I have found is when type of my column is uniqueidentifier.
When I click on the grid header on the uniqueidentifier column then I got an error:
Assertion failure (D:\Projects\Delphi\Dac\Source\MemData.pas, line 4559)

When I click on another column (with non uniqueidentifier type) everything works fine. The problem concerns ony GUID columns.

Regards
Bagieta

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

Post by Ikar » Wed 01 Jun 2005 07:09

Please supply us exact version of Delphi and exact version of SDAC (3.XX.XX.XX).

Bagieta
Posts: 21
Joined: Tue 09 Nov 2004 08:02
Location: Poland

Post by Bagieta » Thu 02 Jun 2005 20:04

Borland C++ Builder 5.0 Update Pack 1
SDAC 3.50.0.14

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

Post by Ikar » Fri 03 Jun 2005 08:33

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next SDAC build. It will be available in about one month.

Post Reply