I have a problem with Delphi Bookmark
I have code to do a bookmark and a requery with ADO but the bookmark part don't work with MySQL 5, the same code works with MySQL 4.1. Here is the code.
mbok := DataForm2.member_db.GetBookmark;
Dataform2.member_db.Requery;
DataForm2.member_db.GotoBookmark(mbok);
DataForm2.Member_db.FreeBookmark(mbok);
If someone could maybe look if it work. And maybe find a way to fix it.
Thanks
Subject
Written By
Posted
I have a problem with Delphi Bookmark
July 30, 2006 11:52PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.