Hi,
I'm creating a business layer to access an SQL database cycle through the data for validation and pass the clean data onto an ASP form. I am currently retrieving the results into a SQLDatareader into my class file. I loop through the reader and validate the data. Should I place the results into an array Is that the best way to pass that data via code to my VB code for the ASP form. Can I transfer that into a datatable or something similar. I don't mind cycling through the records in the VB part of the ASP form but I don't want to persist any SQL connections.
Thank you for your help
Vear