I use a dbDataAdapter to populate a DataTable from an unlinked oracle database.
I have a dbDataAdapter that I want to insert rows into an SQL Server table using SQLCommandBuilder.
I have been trying all day to update the DataTable that references the SQL Server table with the data from the Oracle DataTable so that I can insert the rows.
I've been googling all afternoon with no satisfaction. Anyone know how to do this?