Page 1 of 1

error "Range check error"

Posted: 01.10.2007, 13:18
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,

Posted: 01.10.2007, 13:32
by alexandre17220
I solved it.
I must add in the zeos.inc :
{$DEFINE ENABLE_MYSQL_DEPRECATED}

Because my version server mysql is 3
thanks