update database using datatable
hello;
i have one table "Answer:" in database which has 6 columns and no rows.
now in a program i create datatable and add rows prgrammaticaly to this datatable.
now i want to update all the rows from datatable to the database in "Answer" table.
what should i do??????