P
Pipo
Hi,
Is it possible to update a dataset/dattable/dataview disconnected, without
looping?
Situation:
I'm performing a conversion.
I read a bulkdata from a SQL server-database, process the data en write that
back to a Oracle-Database.
I'm not allowed to change the 'core' data (SQL-server).
But I need to convert some values before writing it to Oracle because of
contraints.
I can't modify the Oracle database either.
For now I'm looping through the dataset replacing everything I need.
Is there a way to do this at ones?
I mean it is a disconnected datasource with it's relations etc, right, so
something like: 'UPDATE MyDataset SET MyDBValue = x WHERE MyDBValue = y'
,etc
TIA,
Pipo
Is it possible to update a dataset/dattable/dataview disconnected, without
looping?
Situation:
I'm performing a conversion.
I read a bulkdata from a SQL server-database, process the data en write that
back to a Oracle-Database.
I'm not allowed to change the 'core' data (SQL-server).
But I need to convert some values before writing it to Oracle because of
contraints.
I can't modify the Oracle database either.
For now I'm looping through the dataset replacing everything I need.
Is there a way to do this at ones?
I mean it is a disconnected datasource with it's relations etc, right, so
something like: 'UPDATE MyDataset SET MyDBValue = x WHERE MyDBValue = y'
,etc
TIA,
Pipo