Hello
Using Zeos 666 with Delphi5 and MYSQL
I got a range check error with tables with many fields (>50 or so)
I can see the fields, but no records at all in the grid.
Other tables no connection problem.
Error exists in unit Unit ZplainMYSQLDriver
function TZMySQL5PlainDriver.GetFieldData(Row: PZMySQLRow;
Offset: Cardinal): PChar;
begin
Result := ZPlainMySql5.PMYSQL_ROW(ROW)[Offset];
end;
Any idea what to do?
Thanx in advance.
MySQL Range Check Error table with many fields
Moderators: gto, EgonHugeist