Regarding "New build of SDAC 3.80.0.32"

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eprince
Posts: 9
Joined: Mon 15 Jan 2007 06:59
Contact:

Regarding "New build of SDAC 3.80.0.32"

Post by eprince » Mon 15 Jan 2007 07:55

With ref to the message titled: "New build of SDAC 3.80.0.32 is available!"
Posted by: Mr. Ikar (Core Lab Team)
Posted on: Mon Oct 02, 2006 4:54 pm

In the above stated Message,
There is a point that "Fixed bug with macros and "&" operand"

Sir actually i'm using Macros in SDAC for my recent application,
so I would like to know details about the bug that has been fixed in the latest release.

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

Post by Jackson » Mon 15 Jan 2007 14:05

In SDAC 3.80.0.31 support for macros names in which the first symbol is a digit was added.
But Transact SQL has the bitwise logical AND operation between two integer values which has following syntax:
expression & expression
So it was unable to execute properly the following construction using SDAC 3.80.0.31:
select 10&20
because &20 was identified as a macros name.
This bug was fixed in SDAC 3.80.0.32.

Post Reply