江苏省东台市市图片:跪求在订货系统写入数据库文本html语言

来源:百度文库 编辑:高校问答 时间:2024/04/28 13:46:33
在要求栏写不入数据库啊!!!!!</tr>
<%
Sum = 0
add=0
While Not rs.EOF
add=add+1
Quatity = CInt( Request( "Q_" & rs("id")) )
If Quatity <= 0 Then
Quatity = CInt( Session(rs("bookbm")) )
If Quatity <= 0 Then Quatity = 1
End If
Session(rs("bookbm")) = Quatity
Sum = Sum + csng(rs("yhj")) * Quatity
Sum=FormatNumber(Sum,2)
%>

没有打开数据库
还有没有在结束时更新 rs.update
中间的代码没有看