Hi I am uploading data from notepad to a database table which has two columns. The data is being read but the data in second column is not reading correctly.
Eg: Col1 Col2
A 1
B 2
C 3
Data in Col1 is being uploaded correctly, but data in Col2 is always taking value 9 into the database table. Please help me with this. Thanks in Advance.