I'm writing a script which will upload a CSV file and insert the records into a mysql database. Is there any way if I can find out for each insert whether or not the insert statement was successful? That way the user can act on any unsuccessful inserts.
Thanks in advance
Thanks in advance