Problems with FILTERSQL

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 » Fri 05 Aug 2005 09:59

> DM.Tpagares is a TMSTable, the last 3 lines of the code, sometimes work
> sometimes dont... i check it evaluating DM.Tpagares.RecordCount.

What MyDAC version do you use? Version 4.00.0.1 had an error that can cause similar problems.

Try to shorten your example and set Q.Debug := True to see a query passed to the server.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 08 Aug 2005 07:41

Send us please small Delphi demo project to demonstrate the problem and include script to create server objects (tables) to SDAC support address.

Post Reply