error "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
alexandre17220
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 01.10.2007, 13:04

error "Range check error"

Post by alexandre17220 »

Hi,

I update my component Zeos on my delphi 5.
I copy all the mysql dll found in "ZEOSDBO-6.6.1-beta\lib\mysql" in my
application directory.
But When I try to connect my Tzconnection I have an error "range check error"..
I try to solve it by modify the zeos.inc :
add a line {$DEFINE DISABLE_CHECKING}

But I have always the error!?
Can anyone help me?

Thanks,
alexandre17220
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 01.10.2007, 13:04

Post by alexandre17220 »

I solved it.
I must add in the zeos.inc :
{$DEFINE ENABLE_MYSQL_DEPRECATED}

Because my version server mysql is 3
thanks
Post Reply