Re: Trying to decide whether to support DB2 or Oracle

From: Serge Rielau <srielau_at_ca.ibm.com>
Date: Mon, 07 May 2001 17:28:29 -0400
Message-ID: <3AF7137D.98A7B187_at_ca.ibm.com>


FP 3 provides PUT and GET routines to ship compiled stored procedures. This can be used to ship procedures developed on one machine (i.e. development machine/shop) to another which is compatible for executables (the production machine or customer site).
I.e a CREATE PROCEDURE statement still requires a C-compiler. In contrast to that CREATE TRIGGER, CREATE FUNCTION and CREATE METHOD and the dynamic compound statement do NOT require a C-compiler because they use "inline" SQL PL.

Cheers
Serge Received on Mon May 07 2001 - 23:28:29 CEST

Original text of this message