Recommended: ASP common error analysis and solutions Error message: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. /index.asp, line 15 Error reason: The latest component of Dongyi Component is installed on the server, but the website system is using 4.0 , the system did not find the corresponding field. Dong Yi Group
The solution is as follows:
rs.cursorlocation = 3
rs.open sql,conn,1,3
Share: A complete collection of commonly used ASP custom functions % '============================================== ======== 'Function Navigation'FormatDate(DT,tp) -------------------------------- ----------Date formatting'IsInteger(para) ----------------------------Check whether the passed parameter For numeric type 'ChkrequestDate(Para) ----