⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xinyongjinoffsave.asp

📁 本软件程序是一个基于WEB的进销存管理平台,代码十分完整,无错!
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../Connections/jxc.asp" -->
          <%
Set ObjReference = Server.CreateObject("jxc1.check") 
ObjReference.myfilee()
%>
<% 
dim fukuanfangshi
fukuanfangshi = request.Form("fukuanfangshi")




 %>
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "有效"
If (Request("MM_EmptyValue") <> "") Then 
  Recordset1__MMColParam = Request("MM_EmptyValue")
End If
%>
<%
Dim Recordset1__MMColParam1
Recordset1__MMColParam1 = "信用"
If (Request("MM_EmptyValue") <> "") Then 
  Recordset1__MMColParam1 = Request("MM_EmptyValue")
End If
%>
<%
Dim Recordset1__MMColParam2
Recordset1__MMColParam2 = "1"
If (request.form("jidcode") <> "") Then 
  Recordset1__MMColParam2 = request.form("jidcode")
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows

Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_jxc_STRING
Recordset1.Source = "SELECT *  FROM jin  WHERE zhuangtai = '" + Replace(Recordset1__MMColParam, "'", "''") + "' and zhuangtai = '" + Replace(Recordset1__MMColParam, "'", "''") + "' and fukuanfangshi = '" + Replace(Recordset1__MMColParam1, "'", "''") + "' and jidcode = '" + Replace(Recordset1__MMColParam2, "'", "''") + "'  ORDER BY id DESC"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open Recordset1.Source,Recordset1.ActiveConnection,1,3
recordset1("fukuanfangshi") = fukuanfangshi
recordset1("date") = now()
recordset1("man") = session("jxcman")
recordset1.update
Recordset1_numRows = 0
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>www.71base.com</title>
</head>

<body>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
response.Redirect("ok.asp")
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -