Page 1 of 1

Range check error

Posted: 18.03.2006, 09:46
by sandeep_c24
Hi

I have downloaded latest version using SVN. If I use Firebird-1.5 protocol I get range check error.

Regards

Sandeep

Posted: 18.03.2006, 21:30
by Plasm
Me too!

It occurs when I use the TZQuery.FieldByName( 'ColName' ).AsString - function, but only if the column type is varbinary. Varchar works fine.

I use a MySql 5.1 database.

Anybody got an idea for a workaround ?

Thanks in advance
Plasm

Posted: 18.03.2006, 23:53
by sandeep_c24
Actually I get range check error as soon as I set Connected property to true.

Sandeep

Posted: 05.12.2008, 06:15
by nontNawa
Hi .

I found these problem too when set property to true.

Did someone can solved ?

Nont :) :D

Posted: 07.01.2009, 21:18
by bedfordch
With the help of Mark, I solved the problem with a newer libmysql.dll he sent me.

My libmysql.dll was really old, so maybe it's the source of the error message.

try to update to a newer dll.

Hope it helps.

Thank you again Mark !