![]() |
|
منتدى البرمجة كل ما يتعلق بلغات البرمجة، فيجوال بيسيك , سي ++ , دلفي , أكسيس , جافا , هتمل... |
في حال وجود أي مواضيع أو ردود
مُخالفة من قبل الأعضاء، يُرجى الإبلاغ عنها فورًا باستخدام أيقونة
( تقرير عن مشاركة سيئة )، و الموجودة أسفل كل مشاركة .
آخر المواضيع |
|
![]() |
|
أدوات الموضوع | انواع عرض الموضوع |
![]() |
رقم المشاركة : 1 | ||||
|
![]() قرص يحتوي على جميع دروس السنة ثانية اعلام الي مقسم الى 7 اجزاء
آخر تعديل abou marwan 2013-03-06 في 21:49.
|
||||
![]() |
![]() |
رقم المشاركة : 2 | |||
|
![]()
|
|||
![]() |
![]() |
رقم المشاركة : 3 | ||||
|
![]() اقتباس:
والأن تفضل بشرح لي هده procedures stockées Afficher_Article set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER procedure [dbo].[Afficher_Article] (@Num_Article nvarchar(7) ,@Num_Inventaire nvarchar(7)output,@Num_Facture nvarchar(10)output, @Designation_Article nvarchar(50)output,@Qualite_Article nvarchar(50)output,@Division int output,@Quantite_Article int output, @Date_Recevoir datetime output,@Nom_Centre nvarchar(50)output) as select @Num_Inventaire=Num_Inventaire , @Num_Facture=Num_Facture, @Designation_Article=Designation_Article , @Qualite_Article=Qualite_Article , @Division=Division , @Quantite_Article=Quantite_Article , @Date_Recevoir=Date_Recevoir from Article where Num_Article=@Num_Article set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go Afficher_Modifier_Bon_Commande ALTER procedure [dbo].[Afficher_Modifier_Bon_Commande] (@Num_Bon_Commande nvarchar(7) ,@Date_Commande datetime output,@Quantite_Demande int output, @Quantite_Accepte int output,@Num_Benificiare nvarchar(4)output,@Observation nvarchar(50)output) as if exists(select * from Bon_Commande where Num_Bon_Commande=@Num_Bon_Commande) begin select @Date_Commande=Date_Commande , @Quantite_Demande=Quantite_Demande, @Quantite_Accepte=Quantite_Accepte , @Observation=Observation from Bon_Commande where Num_Bon_Commande=@Num_Bon_Commande end Counter_Article set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER procedure [dbo].[Counter_Article] (@Annee_article nvarchar(4),@Num_Counter nvarchar(7)output) as declare @Counter int declare @Num int set @Num=1 begin select @counter=Count(*) from Article where Annee_article=@Annee_article while @Counter >-1 begin if exists (select * from Article where Num_Article =Gestion_Stock.dbo.Number(@Num)+'/'+@Annee_article) begin set @Num=@Num+1 set @Counter=@Counter-1 end else begin set @Num_Counter=Gestion_Stock.dbo.Number(@Num)+'/'+substring(@Annee_article,3,2) set @Counter=-1 end end end آخر تعديل abou marwan 2013-03-06 في 21:49.
|
||||
![]() |
![]() |
رقم المشاركة : 4 | |||
|
![]() شكراااا على الموضوع |
|||
![]() |
![]() |
رقم المشاركة : 5 | |||
|
![]() بارك الله فيك أخي الكريم |
|||
![]() |
![]() |
رقم المشاركة : 6 | |||
|
![]()
|
|||
![]() |
![]() |
الكلمات الدلالية (Tags) |
السنة, اعمال, دروس |
|
|
المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى
المنتدى غير مسؤول عن أي إتفاق تجاري بين الأعضاء... فعلى الجميع تحمّل المسؤولية
Powered by vBulletin .Copyright آ© 2018 vBulletin Solutions, Inc