Forum Discussion

asdfasdfasdfasd's avatar
asdfasdfasdfasd
Contributor
15 years ago

Performance degradation with aqTextFile.Line and aqTextFile.SetPosition

Hi,



We initially created a function that uses aqTextFile.SetPosition to set the position back in the opened file, but came across a pretty bad performance issue when using it against a CSV file with only 19 rows.  Fortunately, we have resolved the issue by using the cursor property to set the value back.



Can you shed some light on this?