ReadBuffer settings

peranders

Member
Hello!

I have set TOracleQuery.ReadBuffer to 500. This has a great inpact on performance for selects that returns lots of rows. Will this high value give me any problems?
 
As long as the client PC can hold 500 x the record size of your query it should not be any problem.

------------------
Marco Kalter
Allround Automations
 
Back
Top