I am trying to read each field from the file and strip it off of the quotes and comma and storing them in the DB. one article said that I should first bind the array element ( I mean each field in the file is an element of the array)to a position in the table and then it will be executed as required. Thanks.