X4R
X4R copied to clipboard
xmlaClose needs to close the session and the connection
a) xmlaClose(handle) This just closes just the current session but not the connection that was established using xmlaConnect. I think it can be necessary to close the connection as well.