Bookmark was not found in XE3 remote Mysql connection

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
TryMan
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 26.10.2012, 17:58
Contact:

Bookmark was not found in XE3 remote Mysql connection

Post 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;
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Locked