Hi!
I'm trying to convert PowerBuilder Code into SQL so as to use in a coldfusion file, however I don't know how to create a function.
THis powerbuilder function is:
li_ret = of_save_usm_trans()
If li_ret < 0 Then
RETURN li_ret
END IF
How do i go about re-creating that?
The of_save_usm_trans() returns a value of 1 if the function runs without error, or -1 if there is an error
Thanks
Jules
I'm trying to convert PowerBuilder Code into SQL so as to use in a coldfusion file, however I don't know how to create a function.
THis powerbuilder function is:
li_ret = of_save_usm_trans()
If li_ret < 0 Then
RETURN li_ret
END IF
How do i go about re-creating that?
The of_save_usm_trans() returns a value of 1 if the function runs without error, or -1 if there is an error
Thanks
Jules