Method SetKey (TTable)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]

Method SetKey (TTable)

Post by [email protected] » Fri 28 Jan 2005 21:38

What method is equivalent at SetKey in TOraTable?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 31 Jan 2005 10:07

There are no such functions as TTable.SetKey in ODAC, but you can use FindNearest, Locate or LocateEx functions instead.

Post Reply