Search found 1 match

by alter
11.01.2010, 05:00
Forum: 6.6 - stable
Topic: Bookmark was not found
Replies: 1
Views: 389

Bookmark was not found

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: if Database.SQLQuery.Active then Result:=-1 else begin Database.SQLQuery.SQL.Text:=Sql; Log.Add('Opening query for: '+sql); Writeln(sql); Data...