Searchs with TMSTable

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 22 Feb 2005 12:11

Pay attention to TMSTable.Filter, TMSTable.FilterSQL properties. For more information please refer to SDAC help.

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

Post by Ikar » Thu 24 Feb 2005 10:09

Usually these functions (Deletewhere and Addwhere) aren't used. You should use instead of
them FilterSQL property for filtering at the server side and Filter filtering on the client side.

Post Reply