Subject Re: [IB-Architect] Syntax of Declare Variable in storedprocs
Author Ann W. Harrison
At 03:41 PM 12/13/2001 +0100, Ivan Prenosil wrote:

>or
> [DECLARE VARIABLES]
> A,B INTEGER;
> C,D CHAR(1);

or
int create function (int a, char * b)
as
int x, y, z;
char c, d[2];
begin


Regards,

Ann
www.ibphoenix.com
We have answers.