도량 빠른 개발 플랫폼에서 호출 저장 프로세스 소개

도량 신속 개발 플랫폼은 데이터베이스에서 만들어진 저장 프로세스를 직접 호출하고 저장 프로세스가 되돌아오는 값을 얻을 수 있다.스토리지 프로세스를 호출하는 코드를 참조하십시오.
dim sp=CreateProcedure("default","DELIT_PRO_CALL")
'AddInputParam("    ",    ,   )           
'    :  (13),  (6),  (22)
sp.AddInputParam("num_in",13,20084)
sp.AddInputParam("date_in",6,now())
sp.AddInputParam("var_in",22,"  ")
'AddOutputParam("    ",    ,    )           
'    :  (13),  (6),  (22),  (5)
sp.AddOutputParam("num_out",13,0)
sp.AddOutputParam("date_out",6,8)
sp.AddOutputParam("var_out",22,400)
'Execute       ,            (True      ,)
sp.Execute(false)
'GetOutPraramValue             
dim out1=sp.GetOutPraramValue("num_out")
dim out2=sp.GetOutPraramValue("date_out")
dimout3= sp.GetOutPraramValue("var_out")

원본 주소:http://plat.delit.cn/thread-147-1-1.html
전재는 출처를 밝혀 주십시오.
작성자: 도량 과학 기술http://www.delit.cn

좋은 웹페이지 즐겨찾기