
ATL / ADO problems while closing connection
Im working on a com-dll-server with ado-connection to a sqlserver.
all seems to work fine, but there is a problem with the closing of the
connection to the sql-server:
m_pConnection->Close();
while testing the same object without atl or com all seems to work
fine even this close-function.
is there something to handle for the atl/com-stuff ?
thanks for all ideas
olli