S
Steven Thomas
I have an application that reads data from an Access MDB into a
DataTable.
Then am looping through that data and uploading it to a DB2 database
on an AS/400.
This data represents inspections. I am checking to see if the
inspection number I am uploading already exists. If so I need to
update the Inspection number in the datatable before I upload the
data.
Can some one point in the right direction? Thanks
DataTable.
Then am looping through that data and uploading it to a DB2 database
on an AS/400.
This data represents inspections. I am checking to see if the
inspection number I am uploading already exists. If so I need to
update the Inspection number in the datatable before I upload the
data.
Can some one point in the right direction? Thanks