Thanks for the code...
I am getting error as "insert error" I am using a columns.
const string sqlStatement = "INSERT INTO TableName (ColumnName) VALUES ";
sb.AppendFormat("{0}'{1}'; ",sqlStatement, item);
I am not able to get this line of code plz send the code as example of a columns ...