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;
Bookmark was not found in XE3 remote Mysql connection
Moderators: gto, EgonHugeist, olehs
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
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?
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/
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/