ASP.NET - MySQL Bulk Insert Asynchronous Response For Each Row

jun333

New Member
I'm creating a web application and i need to upload a LIST OF CLIENTSinto the database, the list will come from a CSV,TSV or EXCEL file.These files may contain 50-200 recordsI need a way to give a response back to the client for every row insertion to the database.Such as successful or failed.I don't want to execute all INSERTS and then return the summary of results.I need just the idea on how to do this. Its ok if you can't provide the code. But better of course if you can.Please feel free to flag or edit or retag.. Thank you. Best Regards!!!
 
Back
Top