I possibly need more information.  Are you trying to access a database or Index server or what?  What is 'contact' and what is 'advertisers'?

Phil Daws wrote:

 Hello,I am trying to use the following code:<%

Set oRS = Server.CreateObject("ADODB.RecordSet")

oRS.Open "contact", "Advertisers"

oRS.Find "Nickname = 'ABC'", 0, 0

oRS.Close

Set oRS = Nothing

%>But I keep getting the following error message, why??? ADODB.Recordset error '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/ScoobyNet/test.asp, line 14
Any help would be appreciated.Phil

Reply via email to