Guest_imported
New member
- Jan 1, 1970
- 0
I need to replace the values in one text file with their corresponding column values in that text field and then update a database table with the new values, anyone got help for a script or structure that would be useful.
the underlying concept.....
ie textfile names.txt(old,new)
patriots pats
louisiana rams
and then update sql such as set name='pats'
where name ='patriots'
however this has to be done on a huge scale as in 10,000 lines in the text file....
any help apprec.....
the underlying concept.....
ie textfile names.txt(old,new)
patriots pats
louisiana rams
and then update sql such as set name='pats'
where name ='patriots'
however this has to be done on a huge scale as in 10,000 lines in the text file....
any help apprec.....