microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.16k stars 1.27k forks source link

Regarding adding a custom column in datareader #70

Closed slvmaurya closed 5 years ago

slvmaurya commented 6 years ago

Hi,

I have a requirement to pull data from Excel file into a datareader. M Am able to achieve it but in addition to that I want to have a additional column which has auto increment record no based on no. Of records present in the Excel.

I can't datatable for this scenario because am getting huge data from Excel file which can't be loaded into a datatable and push it into database.

So while I had used Row_Number() in the Ms access query while pulling data from the file but it didn't worked for me. Please suggest a approach so that it can solve my issue.

terrajobst commented 5 years ago

This repo only tracks infrastructure issues regarding the following items:

For issues regarding functionality, please use the following resources: