Hi,
I use a MySQL table, in which there is a UNIQUE key which comprises a TIME item (with hundredth of second precision).
I write every seconds dozens of records in that table with the current time.
The writing of these records gives a lot of duplicate errors, because the analysis doesn't import the correct format of the item.
MySQL format: HHMMSSCC
Analysis format: HHMMSS
The hundredth of of seconds are missing!!
So everytime I import the files I have to remember to modify the format in the analysis in order to avoid the software crash.
Is there a way to modify the format via code?
Do you have an alternative solution?
Thanks,
Dann
I use a MySQL table, in which there is a UNIQUE key which comprises a TIME item (with hundredth of second precision).
I write every seconds dozens of records in that table with the current time.
The writing of these records gives a lot of duplicate errors, because the analysis doesn't import the correct format of the item.
MySQL format: HHMMSSCC
Analysis format: HHMMSS
The hundredth of of seconds are missing!!
So everytime I import the files I have to remember to modify the format in the analysis in order to avoid the software crash.
Is there a way to modify the format via code?
Do you have an alternative solution?
Thanks,
Dann