Hi,
I have an MySql database and six users who access the database via a Delphi front end. The users need to download a copy of the db, make modifications, then upload. The question is that when they add a record (which will increment the customerID for example) and upload it how can I take care of the issues of having multiple records with the same ID number and thus causing an error.
Many thanks,
Jo