AddaByte    Programmers' Script Repository
Free and low cost software.
spacer
Find out about our beautiful fractal backgrounds at abm-enterprises


Newsletter Signup
Name
Email
 

  DB2 Procedures - Return Recordset to ASP page
 


Save up to 75% on software

Drive Clone

the best name in hosting


CREATE PROCEDURE AAPS/ASPE3DL() 
-------------------------------------------                      
-- This procedure will return a          --                      
-- recordset to an ASP page              --                      
-------------------------------------------                           
  RESULT SETS 1                                         
  LANGUAGE SQL                                          
  READS SQL DATA                                        
BEGIN                                                   
  DECLARE c1 CURSOR WITH RETURN FOR                     
  SELECT E3STORE, E3SKU, E3PCAL, E3STAT,                
  PLCTRL, PLMPOG, PLYEAR, PLPER, PLWEEK, PLPOGEF        
  FROM AAPS/COMPE3L3                                    
  ORDER BY E3PCAL;                                      
  OPEN c1;                                              
  SET RESULT SETS CURSOR c1;                            
END                    
  What does it do?
   Return recordset to ASP page from a 400/Procedure
 
  Features
  Added by Added Downloads Rating Popularity

  rpgivpgmr

12:01:21 PM Saturday, January 24th 2009

7

not rated

 
 
  About the file
  Size Download Rate It  

  1048 KB
  download this file
 
 
  Comments
no comments
 
  Add your comment
 Email  
 Subject  
 Comment  
 Verification code:

 
    All comments are screened by the admin prior to being posted
     
 
  Contacts
  Report Abuse