Hi all,
I have a requirement of importing the excel file to database. When the user upload an excel file in import it should create new data in 3 different tables.
For example, in the excel file the data present is based on deals and each deal can have one or more number of loans and the deal will be having some amount values. So when the user upload a file it should update deals table, loans table an other table which contains of amount data of the deal.
Thank you.
Discussion posts and replies are publicly visible
One other approach would be to import the excel data in a temporary staging table and using a stored procedure to update the related tables