Olá a todos…
Bom, eu uso o banco DB2 e as vezes dá esse erro…
[SQL0443] *N
Alguém pode me ajudar???
Olá a todos…
Bom, eu uso o banco DB2 e as vezes dá esse erro…
[SQL0443] *N
Alguém pode me ajudar???
Segundo o Google:
One google search with SQL0443:
and “find SQL0443”:
“11.3 Trigger feedback to application programs
When implementing your trigger program you have to consider that triggers can not pass parameters back to because trigger programs are activated by the database manager and are given an input-only parameter list…”
After that there are some explanations why SQL0443 error migth occur.
And from an example of how to use tracing:
“…Trigger program or external routine detected an error. No more information is available concernig the error. It can be difficult to find out what went wrong . By taking a component level trace…”
It seems to me that it is difficult to say the exact cause, but the trace could give you a hint…
Mais aqui:
http://forum.java.sun.com/thread.jspa?threadID=674969&messageID=3941511#3941511
Muito Obrigado.