Is it possible to get the result set data to single string (for writing to notepad)? Using record set we need to loop through each fields.
Is there any other way we can get to a single string without loop through each fields? I am able to do this in VBA by copying the entire recordset to an excel sheet.