بتاريخ: 27 يوليو 201411 سنة comment_253177 انا عندى مشكلهالكوده ده شغال من غير ما يطلع اى خطأبس مفيش اى حاجه بتتضاف فى DB ViewObject view = MyUtils.getViewObject("TransactionView1"); 1Row newRow = view.createRow(); 2newRow.setAttribute("Id", 15); 3newRow.setAttribute("ActionDate", new Date()); 4newRow.setAttribute("DocumentNo", "123"); 5newRow.setAttribute("CompanyId", 1); 6view.insertRow(newRow); 7MyUtils.executeOperation("Commit"); 8 تقديم بلاغ
بتاريخ: 27 يوليو 201411 سنة كاتب الموضوع comment_253178 انا باستخدم jdeveloper 12c المشكله دى بتحصل على jdeveloper 12 c ,وبيشتغل كويس على jdeveloper 11 تم تعديل 27 يوليو 201411 سنة بواسطة Ahmed_heiza تقديم بلاغ
بتاريخ: 27 يوليو 201411 سنة comment_253188 قد يكون أحد البيانات مطلوبة وبالتالي لا يستطيع إدخال السجل تقديم بلاغ
بتاريخ: 31 يوليو 201411 سنة comment_253275 public void addnewemp(String lname,String email,Number sal,Integer deptId,String job){ // mandatory Column EmployeesViewImpl empvo = getEmployeesView1(); EmployeesViewRowImpl emprow = (EmployeesViewRowImpl)empvo.createRow(); emprow.setLastName(lname); emprow.setEmail(email); emprow.setSalary(sal); emprow.setDepartmentId(deptId); emprow.setJobId(job); getDBTransaction().commit(); } تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.