oleksastep
New Member
Hello,
I have simple stored procedure like this:
CREATE PROCEDURE pHelloW1 ( IN bonusc NUMERIC(9,2) )
BEGIN
END;
and when I call it with negative parameter
call pHelloW1(-1);
I get error
=== SQL Exception 1 ===
SQLState=HY000
ErrorCode=0
[DataDirect][OpenEdge JDBC Driver]A server crash is likely.
Does anybody knows what's wrong? Can't find the answer in documentation and knowledge base...
/OpenEdge Release 10.2A02/
Sincerely,
Alex
I have simple stored procedure like this:
CREATE PROCEDURE pHelloW1 ( IN bonusc NUMERIC(9,2) )
BEGIN
END;
and when I call it with negative parameter
call pHelloW1(-1);
I get error
=== SQL Exception 1 ===
SQLState=HY000
ErrorCode=0
[DataDirect][OpenEdge JDBC Driver]A server crash is likely.
Does anybody knows what's wrong? Can't find the answer in documentation and knowledge base...
/OpenEdge Release 10.2A02/
Sincerely,
Alex