Does anyone know if you can clear the rdo result set, so it can be used again?
Also can you write the results of the result set to a txt file?
I want to execute a sql statement store them in a rdo result set, examine them and preform other logic based on the results. And clear it for the next sql statement. I want to write each result set to the same txt file kind of like a log file.
Also can you write the results of the result set to a txt file?
I want to execute a sql statement store them in a rdo result set, examine them and preform other logic based on the results. And clear it for the next sql statement. I want to write each result set to the same txt file kind of like a log file.