R
RZavulunov
I'm trying to write a page in asp.net where i'll be able to do a mass
transfer of records from one table in the (Oracle) DB to another table
with a matching structure in a different db also in Oracle. Is there
any way i'd be able to do this by loading the records into a Dataset
and doing a mass update into the destination table? I'm hoping to avoid
looping thru the dataset and doing a update each time.
Thanks,
Rafael Zavulunov
transfer of records from one table in the (Oracle) DB to another table
with a matching structure in a different db also in Oracle. Is there
any way i'd be able to do this by loading the records into a Dataset
and doing a mass update into the destination table? I'm hoping to avoid
looping thru the dataset and doing a update each time.
Thanks,
Rafael Zavulunov