Search found 1 match

by Hans Brenkman
13.04.2016, 09:45
Forum: ZeosLib 7.1 stable Forum
Topic: Exception "EZDatabaseError: Bookmark was not found" only when deleting the first record.
Replies: 0
Views: 1883

Exception "EZDatabaseError: Bookmark was not found" only when deleting the first record.

Situation : Delphi 2010, Zeos 7.1.4, TZQuery -> TDataSetProvider -> TClientDataSet -> TDataSource -> TDBGrid. I have a simple table (with < 10 records) on which I do a select: SELECT ID, OMSCHRIJVING FROM LOCATIES ORDER BY OMSCHRIJVING When I delete the first record (not the first record in the tabl...