We have a web based ASP/SQL server application that our users log into and submit monthly performance numbers by filling in a form. Many of our users accumulate their monthly figures in an excel spreadsheet. What we would like to do is take some of the pain out of data entry.
I have seen a number of suggestions about running the excel data through an Access front end and then using the SQL admin tools to import. This looks fairly clunky and also is not suited to working with our remotely hosted database. One advantage we do have is that we could have users email us files which we would then convert to tab text in any format we wished. What we need is an easy way to make this file data available to a script which can then write it to the database which lives on a hosting service on the other side of the country... we have so far avoided investing in several hundred dollars worth of SQL Server admin tools and get by well enough with scripts on asp pages.
Anyone have any ideas about how best to do this?
I have seen a number of suggestions about running the excel data through an Access front end and then using the SQL admin tools to import. This looks fairly clunky and also is not suited to working with our remotely hosted database. One advantage we do have is that we could have users email us files which we would then convert to tab text in any format we wished. What we need is an easy way to make this file data available to a script which can then write it to the database which lives on a hosting service on the other side of the country... we have so far avoided investing in several hundred dollars worth of SQL Server admin tools and get by well enough with scripts on asp pages.
Anyone have any ideas about how best to do this?