We would copy one procedure from one server to another, but:
let var1 = var1 || '
# ^
# 282: Found a quote for which there is no matching quote.
';
The code is generated from dbschema, the procedure works fine on the
original server. How can i create the same procedure on another server
?
We use 9.30 on Solaris 7.
Regards,
try_and_err
Doug Lawry - 23 Nov 2004 10:02 GMT
EXECUTE PROCEDURE IFX_ALLOW_NEWLINE('T');
CREATE PROCEDURE ...

Signature
Regards,
Doug Lawry
www.douglawry.webhop.org
> We would copy one procedure from one server to another, but:
> let var1 = var1 || '
[quoted text clipped - 10 lines]
> Regards,
> try_and_err