الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

مشكلة في كود الدخول

Featured Replies

بتاريخ:

يا شباب انا كتبت هذا الكود في شاشة الlogin

بس المشكلة في هذا الكود لا يظهر الخطأ الا اذا ادخلت اسم موجود في الdatabase وايضا اذا لم ادخل اي اسم او كلمة مرور ايضا لا يظهر الخطأ


وهذا هو الكود ارجوووووووو تعديله وايضاح الخطأ
declare



cursor dd is
select user_id,pass_word,username
from user_login where username=:userr ;

ddv dd%rowTYPE;
xx number:=1;

begin

for ddv in dd loop
:xx:=:xx+1;
if :xx=3 then
exit_form;
elsif (ddv.username=:userr) and (ddv.pass_word=:pass) then



call_form('c:\system\forms\main_admin',hide,no_replace,no_query_only,'');


Exit_form(no_validate);

else
message(||'error '||:xx);
message(||' error'||:xx);
end if;

end loop;


end;

تم تعديل بواسطة alsofi

بتاريخ:

انا هاجرب معاك كود و انت شوف لو عجبك شغالللللللللللللللللل

declare
 v_1 varchar2(20);
 v_2 varchar2(20);
 v_3 varchar2(20);
begin select usr, passw,user_id into v_i,v_2,v_3 from all_users where usr=:user_name and passw = :passw;
  if v_1 is null or v_2 is null then
    your_message
 else
   call_form(your_form);
   exit_form('log_in');
 end if
exception 
when no_data_found then
 your_message

end;



جرب و انا فى انتظارك

ايهاب وجدى

تم تعديل بواسطة hobaa

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.