in reply to Re: how to store text file information into my sql database
in thread how to store text file information into my sql database

StudentId | Name | Dept | address | city |

+-----------+--------+--------+-----------+------------------------+

| 1 | a CSE | 22 x | x-colony | 2nd street coimbatore |

| 2 | T 23 | yy col | ony coim | batore

when i am trying this code only above values to store database for example CSE is not stored in dept column

  • Comment on Re^2: how to store text file information into my sql database