G
GG
I have millions of rows of data into a table and need to archive it in a
txt file. However, I the app crashes after a while and the memory maxes
out.
How can I issue reader = command.ExecuteReader and not without for the
app to cache all data locally on the pc and start using the rows in a
while (reader.Read()) {
--use the rows to save the txt file
}
?
Thanks
txt file. However, I the app crashes after a while and the memory maxes
out.
How can I issue reader = command.ExecuteReader and not without for the
app to cache all data locally on the pc and start using the rows in a
while (reader.Read()) {
--use the rows to save the txt file
}
?
Thanks