I was wondering whether someone can provide me with some assistance on how I can import CSV data using a text box through a web form to import the data into a SQL database using a stored procedure?
For example, I would like to copy and paste the CSV data into a web form and when I hit submit call up a stored procedure which then does the import into the SQL table.
I have about 5 columns and about 30 rows to import at a time.
I don't want a file upload facility, etc and the user does not have access to the server to conduct the bulk import themselves.
Thank you