3
Reply

Facing the issue generating the data from MSSQL

Maahi

Maahi

Sep 7 2017 9:21 AM
168
I have uploaded a bulk record from front end in c# ok
Then am loading the record in temp table using table type ok I have used if exisits condition from based on the if exisit condition if the record is valid it will update the master else it will insert into the table unmatched records.
So i need unmatched records of the table and this table am trying to export in excel in c# .
When i execute the procedure its working but export to excel no record found.
If possible plz provide solution for the same.
Export to excel method is working but from sql server the records are getting generate.

Answers (3)