I've a problem with ZeosLib + Firebird with Linux

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
jpedrosojr
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 10.11.2005, 13:25

I've a problem with ZeosLib + Firebird with Linux

Post by jpedrosojr »

I've use Delphi 7 + ZeosLib 6.1.5 with Linux Conectiva 10 and Firebird 1.5.
See the code above:

var X:TBookMark;
begin
with Table1 do
begin
//only fill :)
insert;
Table1COD.Value:=1;
Table1TITLE.Value:='TEST '+IntToStr(Random(10));
post;

//here :(
X:=GetBookmark;
Refresh;
GotoBookmark(X);
FreeBookmark(X);
end;

The command "GotoBookmark" it does locate in Windows, but not in Linux.

help me!!!!!
Post Reply