Hi,I have set up a table in mySQL (see below) and set the pkVoucherId to be auto incremenet and the unique key. The table was functioning correctly by auto incrementing the unique id. Now for some reason it trys to create the unique key of: 2147483647....and of course as it needs to be unique...
More...