Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
3 months 2 days ago #3334 by Elias Katsaniotis,MSc
How do I prevent duplication data uploaded to MySQL database from a CSV or Excel file upload?
Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
3 months 2 days ago #3335 by Elias Katsaniotis,MSc
you may
- use unique keys
- before insert triggers in the MySQL
- write a program, maybe PHP, to perform Pre-Insert tasks
- maybe more
In one migration project from a Tailored Oracle Accounting System to SAP, I had done the insert using PRO*C programs for the export (where there were possible checks) and the Impor Utility of SAP).
- Q&A
- Index
- Database
- prevent duplication data uploaded to MySQL
Time to create page: 0.073 seconds