Error in DBPipeine
Hi.
With 9.2 all Ok, but with 10.02 I get acces violation
when I unload my report (dll) from memory,
exactly when destroing pipeline.
I dont know where is error in code, but for me help this :
destructor TppDBPipeline.Destroy;
begin
Destroying;
Try // Janex
Close;
Except; // Janex
End; // Janex
FDataLink.Free;
FDataLink := nil;
FFieldDataLink.Free;
FCacheBookmarks.Free;
inherited Destroy;
end; {destructor, Destroy}
Regards
Janex
With 9.2 all Ok, but with 10.02 I get acces violation
when I unload my report (dll) from memory,
exactly when destroing pipeline.
I dont know where is error in code, but for me help this :
destructor TppDBPipeline.Destroy;
begin
Destroying;
Try // Janex
Close;
Except; // Janex
End; // Janex
FDataLink.Free;
FDataLink := nil;
FFieldDataLink.Free;
FCacheBookmarks.Free;
inherited Destroy;
end; {destructor, Destroy}
Regards
Janex
This discussion has been closed.
Comments
This is not a know issue. Please create a simple example and email to
support@digital-metaphors.com in zip format. We can run it here in the
debugger and see what is happening.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
my project is to complicated for sending and installing
in your computer
Sorry
Regards
Janex