Hi ,
I have one txt file where data is there like -
name1, address1, contactnumber1
name2,address2, contactnumber2
............
.........
.......
now i am inserting this data in database table using split function but it's working for first line only.
How it will go to next line???