I'm trying to use one DataSet between an odbcDataAdapter and a sqlDataAdapter, but it isn't working. I'm using the odbcDataAdapter.Fill method to populate the DataSet, which works fine. I then try to use the sqlDataAdapter.Update method with the DataSet filled by the odbcDataAdapter, but none of the information gets writen to the database. Any ideas on why this wouldn't work?
Thanks,
Mike
Thanks,
Mike