application过程改一下:
Sub application() '申请
Dim cid
cid = Trim(Request("cid"))
If cid = "" Then
Exit Sub
End If
Dim rs
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From client Where cid = " & cid,conn,3,2
If rs.RecordCount > 0 Then
dim rsg
Set rsg = Server.CreateObject("ADODB.Recordset")
rsg.Open "Select * From [user] Where uName = '" & OldUser & "'",conn,3,1
oldgroup= rsg("uGroup")
rsg.Close
<%@ page contentType="text/html; charset=UTF-8" language="java" %>
<%@ page import="java.sql.*"%>
<%@ page import="Bean.QueryBean"%>
用户管理 |
发到你邮箱了 不懂的可以问我