New Unidac 4.1.4 has serious bugs in table commit
Posted: Mon 13 Feb 2012 19:41
Hi Unidac Team,
I just downloaded and installed the new 4.1.4 version of the unidac
and now my project is showing this kind of errors
Access violation at address 0062BAAB in module 'Project.exe'. Read of address 00000016
and
AddRefStr failed
(D:\Projects\Delphi\Dac\Common\Source\MemData.pas, line 7952)
and also this piece of code is not working anymore, it throws erros and cannot save information to my tables
im using delphi 2007, unidac 4.1.4 with connection to mysql 5.1
I just downloaded and installed the new 4.1.4 version of the unidac
and now my project is showing this kind of errors
Access violation at address 0062BAAB in module 'Project.exe'. Read of address 00000016
and
AddRefStr failed
(D:\Projects\Delphi\Dac\Common\Source\MemData.pas, line 7952)
and also this piece of code is not working anymore, it throws erros and cannot save information to my tables
Code: Select all
uniquery.ApplyUpdates;
uniquery.CommitUpdates;
uniquery.RefreshRecord;
im using delphi 2007, unidac 4.1.4 with connection to mysql 5.1