Subject | stored procedure error. |
---|---|
Author | chrisredfield0022 |
Post date | 2005-12-21T19:11:45Z |
begin
b = a;
return b;
end
thats the entire procedure.
a is input variable.
b is output var.
I guess I just cant figure out what I am doing wrong since this is
very basic, its almost hello world and yet it gives me an error. Is
there some syntax i am not writing? (if it helps i wrote this in ibo
console that came with firebird)
here is the error message:
ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 7, char 8
a
b = a;
return b;
end
thats the entire procedure.
a is input variable.
b is output var.
I guess I just cant figure out what I am doing wrong since this is
very basic, its almost hello world and yet it gives me an error. Is
there some syntax i am not writing? (if it helps i wrote this in ibo
console that came with firebird)
here is the error message:
ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 7, char 8
a