in reply to compare 2 files and if an entry exists in one swap it with the description in the other

grashoper:

Hmmm....I know this doesn't answer the question you asked, but shouldn't you really just put the QA department's master list into a table and just let the database do the work?

update work_table set name=QA.name from work_table W join quality_assurance QA on W.ID=QA.ID where W.name<>QA.name
???

...roboticus

  • Comment on Re: compare 2 files and if an entry exists in one swap it with the description in the other
  • Download Code