help with execute_query [message #277855] |
Wed, 31 October 2007 22:15 |
alister
Messages: 101 Registered: August 2007 Location: India
|
Senior Member |
|
|
I am having problems with
execute_query in forms. The error is FRM-41003. I am giving the table structure and the form. Can anyone please tell me where I went wrong. I used the same query in another form and it works.
CREATE TABLE adjdietmas
(name VARCHAR2(40),
bu VARCHAR2(5),
desig VARCHAR2(25),
office VARCHAR2(15),
dietunit VARCHAR2(25),
dietstno VARCHAR2(25),
dietstdt DATE,
dr NUMBER(10),
month VARCHAR2(6),
esec VARCHAR2(2),
empcode VARCHAR2(8))
PCTFREE 10
PCTUSED 40
INITRANS 1
MAXTRANS 255
TABLESPACE afres
STORAGE (
INITIAL 1064960
NEXT 1048576
PCTINCREASE 0
MINEXTENTS 1
MAXEXTENTS 2147483645
)
/
Thanks
Alister
-
Attachment: diet.fmb
(Size: 52.00KB, Downloaded 1021 times)
[Updated on: Thu, 01 November 2007 00:41] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|