But the program crash when i try to write some sumbols in ztable through DBGrid
And more , the string of any length in DBGrid visible as "??" (russian chars)
this problem repeat in Windows XP and Lazarus 0.9.30 and MySql 5.1
Exception in lines ZAbstractRODataset
ftWideString:
begin
{$IFDEF BDS4_UP}
WStrCopy(Buffer, PWideChar(RowAccessor.GetUnicodeString(ColumnIndex, Result)));
{$ELSE}
line 1381 --------->PWideString(Buffer)^ := RowAccessor.GetUnicodeString(ColumnIndex, Result);
{$ENDIF}
Result := not Result;
end;
Error "Invalid Pointer operation"
test project
http://narod.ru/disk/10018079001/test_proj.7z.html
Version from http://zeosdownloads.firmos.at/downloads/snapshots/
ZEOSLIB_TRUNK_REV834.zip working good
Sorry for bad english