düzeltmeyi yaptım şöyle bir hatayla karşılaştım.
Aşağıdaki gibi düzenleyip deneyin.
objConn.Execute(strSql),,adCmdText + adExecuteNoRecords
Yerine
objConn.Execute(strSql, , adCmdText + adExecuteNoRecords)
Microsoft VBScript compilation error '800a0414'
Cannot use parentheses when calling a Sub
not_kaydet.asp, line 38
objConn.Execute(strSql, , adCmdText + adExecuteNoRecords)
---------------------------------------------------------^