TZAbstractDataset.Destroy: error
Posted: 15.01.2009, 02:52
Dear all,
we use version 6.6.4-stable just upgraded from 6.6.3-stable.
We put the TZConnection1, TZTable1, and TZQuery1 and run the projects, its look normally.
But, when we close the application (myprojects) that has an error:
First chance exception at $75C642EB. Exception class EAccessViolation with message 'Access violation at address 00401F39 in module 'AIS.exe'. Write of address 0041FD1C'. Process AIS.exe (4396)
and pointed to :
File: ZAbstractDataset.pas
destructor TZAbstractDataset.Destroy;
begin
inherited Destroy;
end; <--- Error stop here
We use clean install from 6.6.3-stable moving to 6.6.4-stable. And when use the 6.6.3-stable its never happen.
FYI,
Delphi 2007 for Win32 R2 Version 11.0.2804.9245
Zeoslib 6.6.4-stable.
Thanks
Man'z
we use version 6.6.4-stable just upgraded from 6.6.3-stable.
We put the TZConnection1, TZTable1, and TZQuery1 and run the projects, its look normally.
But, when we close the application (myprojects) that has an error:
First chance exception at $75C642EB. Exception class EAccessViolation with message 'Access violation at address 00401F39 in module 'AIS.exe'. Write of address 0041FD1C'. Process AIS.exe (4396)
and pointed to :
File: ZAbstractDataset.pas
destructor TZAbstractDataset.Destroy;
begin
inherited Destroy;
end; <--- Error stop here
We use clean install from 6.6.3-stable moving to 6.6.4-stable. And when use the 6.6.3-stable its never happen.
FYI,
Delphi 2007 for Win32 R2 Version 11.0.2804.9245
Zeoslib 6.6.4-stable.
Thanks
Man'z