Sorry about the confusing question.
I'm developing an API for a mobile application. And I make the SELECTs in the PARADOX database using OleDb, but because they are too many records this is not possible to work with.
I have never worked with index in C # and I do not know if it is possible to work with it in the same way we used in delphi.
Indicate an index and set a range for searching.
indexName: = 'Ind08f'; SetRange ();
Comments
Post a Comment