<!--#include file="incpublic.asp"-->
<!--#include file="incconn.asp"-->
<html>
<หัว>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body>
-
-
สลัว sp_common
ตั้งค่า sp_common = Server.CreateObject("ADODB.Command")
ด้วย sp_common
.ActiveConnection = เชื่อมต่อ
.CommandText = "cd_update_log"
.Parameters.Append .CreateParameter("@inputremark", adVarChar, adParamInput,50,"联通.Ye")
.Parameters.Append .CreateParameter("@msg", adInteger, adParamOutput)
.ดำเนินการ
ลงท้ายด้วย
msg=sp_common("@msg")
-
response.write "<hr>" & msg
response.end
ถ้า 1+1=3 แล้ว
'----------------------------------Table
สร้างตาราง CD_BILL_LOG
-
BILL_ID หมายเลข
DEAL_EMP_ID หมายเลข
REACH_DATE วันที่
DONE_DATE วันที่
BILL_STATUS วาร์ชาร์2(10),
DEAL_DEPT_ID หมายเลข
หมายเลขลงชื่อ
หมายเหตุ วาร์ชาร์2(50)
-
-
'----------------------- proc
สร้างหรือแทนที่ขั้นตอน
cd_update_log (เครื่องหมายอินพุต varchar2, msg out float)
เช่น
เริ่ม
อัปเดต cd_bill_log
set a.remark =inputremark --to_char(sysdate,'mi:ss')
โดยที่ a.bill_id=45;
ผงชูรส:=1;
ให้สัญญา;
จบ;
สิ้นสุดถ้า
%>
</ร่างกาย
>
</html>