Forum Moderators: open

Message Too Old, No Replies

VBScript Error (ASP)

         

chris griffin

4:40 pm on Apr 22, 2004 (gmt 0)



Can anyone help with the following?

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'Find'

/faq/admin/settings.asp, line 153

Script is

<%
dim RSFORM
Set RSFORM = Server.CreateObject("ADODB.Recordset")
RSFORM.Open "Settings", Conn, 2, 2

RSFORM.Find "ID='" & 1 & "'"
%>

pat1362

10:44 am on Apr 23, 2004 (gmt 0)



If the value you are trying to find is in a numeric field you do not need the single quotes.