Page 1 of 1

Bookmark was not found in XE3 remote Mysql connection

Posted: 26.10.2012, 18:10
by TryMan
i was used remote connection to my Mysql database v4.1. when i post record in ZAbstractRODataset.pas program catch an exception "Bookmark was not found"
i was read this http://zeos.firmos.at/viewtopic.php?t=3616 , but my procedure GetBookmarkData(Buffer: PChar; Data: Pointer) is override not overload; virtual;

Posted: 27.10.2012, 12:00
by EgonHugeist
TryMan,


You are right too. AFAIK there are two overoaded procedures for X3 availabe for Get/SetBookmarkData.

One DEPRECATED with the pointer we had and which won't be callled from X3 any more.
The second overload was with the TBookmarkData and this one will be called now.

Just have a look to the Embarcadero docs.

IMHO that patch should fix this issue. Remaining is the confirmation if it does. Did you download Zeos from SVN or the Beta-relaese 'em selves?