I am trying to do something similar to the example below: I obtain the LastName, FirstName, MiddleInitial of all the people from my customer table (Oracle). From the resultset, I create a string which looks like (comma-delimited, with new line for each name): Austin, Jane, K. Smith, John, B. Carol, Lewis, L. I want to do 2 operations: 1. To write ...