Recommended: ASP custom function to get string length ' getStrLen' Gets the character length, a Chinese character length counts as 2' Parameters: ' str needs to get the string of length' Return value: integer (length of string) The following is the referenced content:
The solution to errors when writing programs is not complete, but there should be general problemsActiveServerPages, ASP0126(0x80004005)-->Included file not found
Microsoft OLEDB Provider for ODBCDrivers (0x80040E21)-->sql statement error (data type mismatch or table name (field name) error or table is in edit state, or table does not exist in a database opened by conn)
Microsoft OLEDB Provider for ODBCDrivers (0x80040E14)-->sql statement error (field name error, or data type mismatch)
Microsoft OLEDBProviderforODBCDrivers(0x80040E07)-->sql statement error (the type of the field to be inserted or updated does not match the variable data type)
Microsoft OLEDB Provider for ODBCDrivers (0x80040E57)-->sql statement error (data to be inserted or updated overflow)
Microsoft OLEDB Provider for ODBCDrivers(0x80040E10)-->sql statement error (update field name or data type to be updated)
Microsoft OLEDB Provider for ODBCDrivers(0x80004005)-->sql statement error (the value of the field to be inserted or updated cannot be null)
Microsoft OLEDBProviderforODBCDrivers(0x80004005) --> An error occurred when opening the database, the database was not found in the specified directory
Microsoft OLEDB Provider for ODBCDrivers(0x80040E37)-->No table found
Microsoft VBscript runtime error (0x800A000D) --> Error reference to rs variable (rs object is closed or undefined)
Microsoft VBscript runtime error (0x800A01C2)-->vbscript script error (vbscript statement error)
Microsoft VBscript runtime error (0x800A0006)-->vbscript script error (overflow error)
Microsoft VBscript compiler error (0x800A040E)-->Loop is missing
Microsoft VBscript compiler error (0x800A03EA)-->If or endif is missing
Microsoft VBscript compiler error (0x800A03EE)--> Statement not ending (missed))
Microsoft VBscript compiler error (0x800A03F6)-->if statement error (missing endif)
Microsoft VBscript runtime error (0x800A005B)-->Missing set
Microsoft VBscript runtime error (0x800A0005)-->Variable not defined
Microsoft VBscript compiler error (0x800A03F9)-->if statement missing then
Microsoft VBscript compiler error (0x800A0411)-->dim statement definition error
Microsoft VBscript compiler error (0x800A0408) -->sql statement error (????????????????????)
ADODB.Recordset(0x800A0BB9)-->sql statement error (an error occurred when sql statement or conn statement is not defined or an rs attribute is assigned)
ADODB.Recordset(0x800A0CC1)-->rs object error (the rs object itself does not exist or incorrectly references a non-existent field name)
ADODB.Recordset(0x800A0BCD)-->rs object error (no records in the record set but the record set is operated)
ADODB.Recordset(0x800A0E78)-->rs object error (recordset does not exist, rs.open statement is missing)
ADODB.Recordset(0x800A0CC1) -->rs object error (references a non-existent field name)
ADODB.Recordset(0x800A0E7D)-->conn definition error
ADODB.Recordset(0x800A0CB3)-->The database is open read-only and cannot update data
Share: Use ASP to protect web pages simply To use the ServerVariables property of the request object, use it to get the value of the environment variable. The syntax used is: Request.ServerVariables(variable), variable represents the name of the environment variable, such as the server host name, web server