I'll send you a email with details and samples
record locking problems again
record locking problems again
I noticed today that MyDac 570 still has problems with locking.
I'll send you a email with details and samples
I'll send you a email with details and samples
is it possible ?
CREATE TABLE `test` (
`ID` int(11) unsigned NOT NULL auto_increment,
`MYTIME` time default NULL,
PRIMARY KEY (`FIS_ID`),
) ENGINE=InnoDB;
INSERT INTO `test` (`ID`, `MYTIME`) VALUES
(1, '02:58:52');
First RefreshRecord no error and Record Lock command
"Record was changed by another user"
This error message only mytime field value is 02:58:52
CREATE TABLE `test` (
`ID` int(11) unsigned NOT NULL auto_increment,
`MYTIME` time default NULL,
PRIMARY KEY (`FIS_ID`),
) ENGINE=InnoDB;
INSERT INTO `test` (`ID`, `MYTIME`) VALUES
(1, '02:58:52');
First RefreshRecord no error and Record Lock command
"Record was changed by another user"
This error message only mytime field value is 02:58:52