I don't found my search records

junior

Member
When i try search records with locate or serachrecords methods and i make a logic teste with .found method, TwwOracleDataset component ever return FALSE to found method.
I know to that LOCATE and SEARCHRECORD metods get me all records of table and this is not good to performance.
How should I search this records ? I need use Indexes ? How use Indexes ?

[This message has been edited by junior (edited 22 February 2000).]
 
Try using variables. It helped me a lot. Because the records are filtered on the server not on the client. So performance is really good.

I hope it helped
So long!
 
Back
Top