How do you update the data in a Datatable?

  • Thread starter Thread starter Steven Thomas
  • Start date Start date
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
 
what part of this is causing you the error/problem? retrieving, writing,
checking, etc?

Curt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top