Hello,
I have some Pro*C code that is randomly failing when I try to make the sqlca call to execute the SQL statement.
Execution #1 fails on SQLCA call - Program Crashes
Execution #2 - the same call that failed in Execution #1 will return and the program continues.
Nothing was re-compiled between Execution #1 and Execution #2.
It's a fairly simple select getting user information with nothing crazy for the query statement.
I need to be able to track down why it will fail sometimes and not other times