Re: pl/sql Server Pages - Help Needed -
01-04-2005
, 02:38 PM
Even though I have no experience in pl/sql Server Pages, I do think that
there is a problem in your script tags !
Try changing the folowing line :
from
It is now: >%= to_char(sysdate, 'dd-mon-yyyy hh24:mi') %>
to :
It is now: <%= to_char(sysdate, 'dd-mon-yyyy hh24:mi') %>
Jan |