FRM-40508: Unable to insert record You are trying to insert a record in Oracle Forms, but this fails for some reason.
Try to press shift-F1 to see the actual error message.
Forum Messages
| One of the reasons for this error could be lack of table space. Check this first. |
i m developing an application for hospital management system.In that ,for doctor module , i m creating two tables..In first table,doctor1, i m including r_id,patient_type and date column. And in second table doctor2, i m including r_id,disease,medicine and dosage column. In first table r_id is primary key and in 2nd one r_id is ref key to doctor1 table..so when i m trying to insert the record it shows error FRM-40508: Unable to insert record , I have made master-detail form for these two tables...so please do help me.... |
If you press Shift+F1, what is the error returned. You need this error in order to determine what's wrong.
It can be lack of tablespace, a not null field which is not filled in, privilege problem, ...
|
Add your message for FRM-40508
|