Range check error

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
User avatar
dhongu
Junior Boarder
Junior Boarder
Posts: 37
Joined: 28.09.2005, 08:37
Location: Bucuresti
Contact:

Range check error

Post by dhongu »

I have a very strange problem with the following SQL

SELECT @a as a, @b as b, @c as c, @d as d, @e as e;

If all valiables is null then is generated error: "Range check error".


But following SQL work fine.

SELECT @a as a, @b as b, @c as c, @d as d.



Delphi 7, Mysql 5.0.45
Dorin Hongu
Post Reply