นี่คือerorr ที่เกิดขึ้นกับผม
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
<%
'รับข้อมูลจากฟอร์ม
st_id=Request.Form("st_code")
st_name=Request.Form("st_name")
st_surname=Request.Form("st_surname")
st_class=Request.Form("st_class")
st_password=Request.Form("st_password")