You are not logged in.
Pages: 1
Hi,
I execute query and get DataSet this way:
ResDM:=ToDataSet(MainFrm,DBConnection.ExecuteInlined('SELECT * FROM Table',true));
Now I need to perform Locate on this dataset like this:
ResDM.Locate('ID',10,[]);
But it's always cant' find record and return false. Why ? TSynBinaryDataSet not supports Locate ?
Thanks for help !
Offline
Pages: 1