How I can write out a file which I have to setup in code?
I need some records save to a file in an own format.
Can I iterate through a resultset, write the text to a string (would be long) and save that string to a file? Or append/save to the file on every record?
tia
frobo
I need some records save to a file in an own format.
Can I iterate through a resultset, write the text to a string (would be long) and save that string to a file? Or append/save to the file on every record?
tia
frobo