Subject | date problem in stored procedure |
---|---|
Author | Jay |
Post date | 2001-02-16T12:45:44Z |
create procedure Test (adate date)
as
declare variable date1 date;
begin
date1 = :adate; <- this line does not work. Why?
suspend;
end;
Cheers
Johannes
as
declare variable date1 date;
begin
date1 = :adate; <- this line does not work. Why?
suspend;
end;
Cheers
Johannes