G'day all
I have a view constructed from a header and detail table to produce a tab delimited file. The problem is that the application that will import this file requires a blank line between each group of records, which can comprise one or many lines. In the old DOS days I would have used a cursor to process the rows and write a LFCR after each group of records. Using 9.1 64bit is there a better way to do this? Regards Clive Williams

