Hi,

I have a simple CSV file named TRACKING.csv that I need to update a sql database table based on the REFORDERNO.

Here is the contents of TRACKIGN.csv

REFORDERNO,DATE_SHIPPED,TRACKINGNO
11234002341,09/04/2012,1ZW003458978
22354654564,09/04/2012,1ZW004564632
56465465431,09/04/2012,8638846545871

The table name is ORDERHEADER and it has the same REFORDERNO as the CSV file, but the DATE_SHIPPED and TRACKINGNO are empty.

Thanks for any help and if this is the wrong forum I appologize in advance.

David