بتاريخ: 12 مارس 200917 سنة comment_150997 انا عملت فورم وكتبت الكود دة على button SQL كودif :cars.CAR_NO is not null thenset_alert_property('wrong',title,'Delete');set_alert_property('wrong',alert_message_text,'Are You Sure to Delete ' || :cars.car_no);if show_alert('wrong')=alert_button1 thendelete from cars where CAR_NO = (:cars.CAR_NO);commit_form;end if;end if; لكن كل مرة يطلع error frm-40508ممكن حد يقولى السبب باسرع مايمكنضرورى جدا انا المشكلة دى بتكرر لما باعمل اى حاجة على البلوك دة نفس ال error كنت باجرب اعمل add فعملت block جديد علشان اعملadd لكن نفس الerrorمن فضلكم مساعدة ضرورية جداعلشان deadline قرب تقديم بلاغ
بتاريخ: 12 مارس 200917 سنة كاتب الموضوع comment_151003 انا عملت display errorsora-01400 can not insert null valuesرغم ان انا مادخلتش اى null valuesودة ال queryINSERT INTO USERS(USER_NAME,PASSWORD) VALUES (:1,:2) تقديم بلاغ
بتاريخ: 12 مارس 200917 سنة comment_151012 ORA-01400: cannot insert NULL into (string) Cause: An attempt was made to insert a NULL into the column "USER"."TABLE"."COLUMN".For example, if you enter:connect scott/tiger create table a (a1 number not null); insert into a values (null); Oracle returns:ORA-01400 cannot insert NULL into ("SCOTT"."A"."A1") : which means you cannot insert NULL into "SCOTT"."A"."A1". Action: Retry the operation with a value other than NULL. اخي الحبيب....يوجد حقل عندك انت ما بدخله قيمه ....تاكد ... تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.