I wrote an ASP.NET page that imported data from an Excel spreadsheet without any problems. Then I moved it to the server and found out that it didn't work on a 64 bit OS. After some Googling I found that MS does not have nor will it ever have a Jet DB driver for 64 bit OS. Does anyone have any suggestions for a way to easily import data using an ASP.NET page on a 64 bit OS? The client just wants some simple way to bulk import data. Ideally it would be an Excel spreadsheet or a CSV file. Ideally it wouldn't be super complicated. They want the non-technical business users to be able to fill out a spreadsheet (or something similar) and then go to a web page and upload it to the server. If there is no way to do this with a spreadsheet on a 64 bit OS, does anyone have any suggestions?
Thanks, Corey