Invalid handle
79764Jul 26 2004 — edited Jul 28 2004When doing a bind with OCIBindByPos in some part of my code I get value -2 returned. I know that this means the bind handle is invalid. I have read that this probably is caused by a memory allocation problem. My question is: how can I trace, detect where memory allocation goes wrong. Are there some tools to do this. A lot of code is executed before the bind, and no errors are returned here. So is seems all goes right, even if it doesn't