saeid taheri
دوشنبه 21 اسفند 1385, 20:12 عصر
با سلام خدمت دوستان من هنگام اجرای دستور زیر با اشکال مواجه می شوم که در ضمینه آورده ام
<script language="vbscript">
private sub save_db()
set cnn=CreateObject("ADODB.Connection")
cnn.Provider = "Microsoft.Jet.OLEDB.4.0"
cnn.Open "tel.mdb"
st="insert into tel (nam_f) values ('" & Text1.value & "')"
cnn.Execute st,,adCmdText
Response.Write("Up to 24hrs,we will send your new password to your inbox.")
cnn.Close
set cnn=nothing
end sub
</script>
<script language="vbscript">
private sub save_db()
set cnn=CreateObject("ADODB.Connection")
cnn.Provider = "Microsoft.Jet.OLEDB.4.0"
cnn.Open "tel.mdb"
st="insert into tel (nam_f) values ('" & Text1.value & "')"
cnn.Execute st,,adCmdText
Response.Write("Up to 24hrs,we will send your new password to your inbox.")
cnn.Close
set cnn=nothing
end sub
</script>