Have an application where the user will be able to upload their list to the database. This list may be in an .xls, .csv, .txt or .dbf file. Simply uploading files to the server is no problem, and I guess using ODBC or some other connection string we could import the data to MSSQL.
The problem is finding a way to let the user map their header fields to those in our database so that we can import the data properly.
Any ideas, suggestions, existing components, etc. we can use for this?


Reply With Quote



Bookmarks