Hi Jean,
Are you using that information anywhere else after it's been inserted? Or just checking the values on the debugger?
The debugger can trick you when the optimizer decides that the information is never used (read). Any information that the optimizer decides that is never used is not kept (since it's not needed anyway) and gets "lost" between requests.
So the question is: do you atually can see it causing a problem anythere apart from on the debugger?
Regards,
João Rosado
Are you using that information anywhere else after it's been inserted? Or just checking the values on the debugger?
The debugger can trick you when the optimizer decides that the information is never used (read). Any information that the optimizer decides that is never used is not kept (since it's not needed anyway) and gets "lost" between requests.
So the question is: do you atually can see it causing a problem anythere apart from on the debugger?
Regards,
João Rosado