Hello, i'm sorry if this question was already been made.
Is there any function equivalent for TMyTable like SetKey and GotoKey, used in TTable?
Thank you
Best regards
João
You should use the TMemDataSet.Locate and TMemDataSet.LocateEx methods instead of using SetKey and GotoKey.
You can find more detailed information about it in the "Migration from BDE" topic of MyDAC help.