Problem with findkey

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luis_augusto
Posts: 43
Joined: Fri 14 Oct 2005 13:45

Problem with findkey

Post by luis_augusto » Tue 20 Dec 2005 18:17

When I perform a findkey on a table using a complex indexfieldname (such as filial;centro de custo, for instance) the findkey function returns "true" but the cursor is not correctly positioned.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 21 Dec 2005 10:45

Please specify script to create and fill test table. Also specify example of calling FindKey method.

Post Reply