We are trying to Select the highest number from our line number field using the MAX function. The syntax we are using is the following:
SELECT MAX(lineno) FROM faq
Here is the error message we keep getting:
ADODB.Fields error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/_ScriptLibrary/Recordset.ASP, line 1202
All suggestions welcome.
SELECT MAX(lineno) FROM faq
Here is the error message we keep getting:
ADODB.Fields error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/_ScriptLibrary/Recordset.ASP, line 1202
All suggestions welcome.