nls_date_language in reports !!

From: Mo <jhj_at_blabla.com>
Date: Wed, 16 May 2001 19:38:45 +0200
Message-ID: <9dudsu$1ml3$1_at_scavenger.euro.net>


I try to get a Dutch date language as output of a report so I write a before report triger like this : function BeforeReport return boolean is
begin
SRW.DO_SQL ('ALTER SESSION
SET nls_date_language = DUTCH');
return (TRUE);
end;

but when I run the report I still get the English date instead of the Dutch !!

the language of my oracle 7.3.4 is English any idea folks ???

thanks, Mo. Received on Wed May 16 2001 - 19:38:45 CEST

Original text of this message