Quote:
Originally posted by nmoreno
This is the SQL Command:
CREATE OR REPLACE FUNCTION
nrmVersionNKB
RETURN INT IS
BEGIN
RETURN 200;
END;
Thanks.
|
Can't see any problem with that. Can you post the actual version that is in your code? I mean the one that looks more like:
strSQL = "CREATE OR REPLACE FUNCTION ...."
Maybe the problem lies there...