Closed as not planned
Closed as not planned
Description
Submitted by: Matt Thompson (mattt_paladinpos.com)
The firebird server appears to keep the connection alive when you create an FBCommand object and do not call Dispose on it. This issue is new starting somewhere between version 5.1 and 5.12.1. After we updated to the latest general release, we noticed the server quickly running out of memory and getting an error stating too many handles were open. After wrapping the DBCommand in a using statement, this issue went away.