chiraag metaliya

chiraag metaliya

  • NA
  • 30
  • 6.2k

Read Tab Delimited Txt And Insert Database(SQL)

Jan 21 2014 12:18 PM

C#.net Web Applications:
i have text file like this.

Employees.txt

Name: Prakash       Age: 23
Post: Engineer      Exp: NO

Name: Chirag       Age: 26
Post: Doctor        Exp: NO

And So On....


here i need to get the values and store into database .
sqltable is like this
 

id      Name          Age      Post            Exp
1      Prakash        23         Engineer     NO
2      Chirag          26         Doctor        NO


Searching for solution since too long but everywhere i got disappointed so please help me out from this please...


Thank You


Answers (8)