This are the contents in my text file
When loading from this textfile, how do i check that the old records does exist in this database and skipped it. So it will move on and add the new records. Reason is because if i don't do a check, it will display "Primary key violation for C01, C02, etc"
-------OLD Records already added to database----
C01, Liam
C02, Dunham
-------New Records pending to be added to database---
C03, Chris
C04, Tommy
When loading from this textfile, how do i check that the old records does exist in this database and skipped it. So it will move on and add the new records. Reason is because if i don't do a check, it will display "Primary key violation for C01, C02, etc"