Page 1 of 1

FB 2.0.5 Embedded exception on application exit

Posted: 23.09.2009, 08:05
by seekbirdy
Hi!

I experienced some problems when upgraded my project from FB Embedded 2.0.3 to FB Embedded 2.0.5. When my application was closing I got a M$'s "Send Error Report" window. After some digging into with madExcept I saw that the reason was that in TZConnection.UnregisterAllDatasets - "list index out of bounds" when trying to remove registered datasets. When I reverted to FB Emb. 2.0.3, the problem disappeared.

Also, seems like with not-embedded version of FB 2.0.5 this problem doesn't occur.

Problem was occured on library versions: Zeos 6.6.4-stable, 6.6.5-stable, with Delphi 2007.

Posted: 23.09.2009, 11:14
by mdaems
Very strange effect indeed.
Is the value of FDatasets.Count different when using FB 2.0.5 compared to the 2.0.3 situation?

Mark