sir/madam i am using oracle 10G forms while i am tring to insert
values it
shows ora -01401 inserted too large value.
my table desc is
tools
indent_no varchar2(8),
indent_slno number(3),
sup_code varchar2(3),
my coding is insert into
tools(indent_no,indent_slno,sup_code)values(:tools.indent_no,:tools1.indent
_no,:tools1.sup_code);
i used two different blocks.
but i got inserted using sql prompt.
i want insert through forms.plz help.
thanks
by elangovan s
[Updated on: Sun, 30 October 2005 21:24] by Moderator
Report message to a moderator