I am having trouble using the DataTable and DataRow. On using the command

dt = DsMarriage1.Tables("Marriage")

it is giving the error "Value of type 'System.Data.DataTable' cannot be converted to '1-dimensional array of System.Data.DataTable' ". Marriage table is an access table and DsMarriage1 is the dataset. It is doing the same on using DataRow.