Hello. I have a problem that i tried to ignore for a while, but it became too annoying now, and I haven't been able to find an explanation, even less a solution to it.<br>My application access to a Sybase DB, very normally I think, thru the BDE. I can connect without difficulty, even by creating aliases dynamically, I can perform queries, get data, etc. But as soon as I try to close the connection, either directly or when freeing a component, an exception invariably occurs (external Exception C00000008) and i can't find a way to prevent it or avoid it. This occurs whatever solution I try for my connection: thru a TDatabase, a TQuery, a TSession. I would say it's the TSession.Close that raise the exception but I can't be absolutely affirmative about that. Did anyone encounter such problems ? Please help me !