response.write("<span>Customer : </span>")
'response.write("<span>"&Pcus &"</span>")
SQLStmt.CommandText="select name from customer where no_ ='" &pcus&"'"
SQLStmt.CommandType = 1
RS.Open SQLStmt
if Not RS.EOF then
CUSNAM=rs("name")
response.write(CUSNAM)
end if
rs.close
end if
沒有留言:
張貼留言