I want to export my generic list by doing the following.
I'd like to use the Access object model in .net and create an Access database in a memory stream populate it with my list and send it for download all in one click of a button.
Is that possible? Would this work under heavy load? Better way?