Quote:
Originally posted by Pat Phelan
So it works fine when using SQLCA, but it burps when you try to use a different object? That smells like a PB problem to me.
Have you tried to do a complete regen of all of your PBL files? That will often "shake loose" oddball problems like this for me.
-PatP
|
Tried your suggestion, but same result. When view the specified trans obj in the debugger, shows success code. However, SQLCA shows error and message mentioned above. Its almost like PB trying to use SQLCA regardless of 'using...' clause and takes the aforementioned clause out of context.
Thanks for the suggestion ...