TMyTable SetKey and GotoKey

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JoaoSantosG
Posts: 9
Joined: Fri 20 Feb 2009 12:23

TMyTable SetKey and GotoKey

Post by JoaoSantosG » Mon 23 Mar 2009 17:18

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 24 Mar 2009 09:23

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.

Post Reply