Search found 2 matches

by claudiolr
05.10.2020, 00:29
Forum: ZeosLib 7.2 Forum
Topic: Access Violation in TZAbstractDatabaseMetadata.Destroy
Replies: 4
Views: 253

Re: Access Violation in TZAbstractDatabaseMetadata.Destroy

Hi Jan,

I did a try with the latest 7.3 branch, and the AV is still raised.

Thanks.
by claudiolr
03.10.2020, 12:59
Forum: ZeosLib 7.2 Forum
Topic: Access Violation in TZAbstractDatabaseMetadata.Destroy
Replies: 4
Views: 253

Access Violation in TZAbstractDatabaseMetadata.Destroy

Hi I'm using zeos + Firebird 2.5 + mORMot in a project and I'm getting AVs in destructor TZAbstractDatabaseMetadata.Destroy. The line where the AV is raised is this: FDatabaseInfo := nil; the AV is raised when the connection is deleted from the thread pool due to the connection timeout. I'm using co...