Bookmark was not found

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
alter
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 10.01.2010, 23:58

Bookmark was not found

Post by alter »

Whenever I am trying to opan a query i get this message: Bookmark was not found. And application instantly terminates.

This is the code that causes problems:

Code: Select all

  if Database.SQLQuery.Active then Result:=-1 else begin
    Database.SQLQuery.SQL.Text:=Sql;
    Log.Add('Opening query for: '+sql);
    Writeln(sql);
    Database.SQLQuery.Open;
    Result:=0;
  end;  
I am running Postgresql 8.3 server on Linux. Connection is properly established (at least no error occurs). FPC version is 2.4.0 and Lazarus revision is 0.9.29 23415
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Which Zeos version have you installed? Zeos trunk between 723 to 742 has a known bookmark bug
Post Reply