J
Jon the Blind
I've created an object that collates data from multiple calls from separate
databases. The primary key column is a string, the idea being that the most
recent calls' values will possibly overwrite values from prior calls to
other databases.
Now I'd like to edit those values and return them to their correct databases
of origin.
My plan (but I'm hoping I'm missing something more straightforward) is to
add a column and store the database name in there at Fill time, then match
the database of my update DataAdapter's SqlConnection and only update
matching rows.
If anyone has a better approach I'd love to save a little time on this.
Regards,
Jon
databases. The primary key column is a string, the idea being that the most
recent calls' values will possibly overwrite values from prior calls to
other databases.
Now I'd like to edit those values and return them to their correct databases
of origin.
My plan (but I'm hoping I'm missing something more straightforward) is to
add a column and store the database name in there at Fill time, then match
the database of my update DataAdapter's SqlConnection and only update
matching rows.
If anyone has a better approach I'd love to save a little time on this.
Regards,
Jon