I am using SQL Server 7 and connecting by DSN. I am able to connect to the
db and to go thru records, like .moveFirst, etc... I have PWS on my machine
& when I use my PC as the client and use my IP address I am able to use
rs.Find , but when I use another pc as the client I get an error saying:
"The operation required by the application is not supported by the
provider."
----- Original Message -----
From: Tomm Matthis
To: ASP Databases <asp_databases@p...>
Sent: Wednesday, June 28, 2000 2:00 PM
Subject: [asp_databases] Re: Problem using rs.Find
> The .Find method has to be implemented by the provider. Which db and
driver are
> you using?
>
> Tomm
>
> purrhapz@f... wrote:
> >
> > Hi,
> > I am having a problem using rs.Find in my asp. The recordset is working,
I
> > am able to do rs.MoveFirst, rs.MoveLast, and rs.MoveNext.
> >
> > rs_Options.MoveFirst
> > strSingleMutex = arrMutex(index)
> > strSearch = "VAC = '" & CStr(strSingleMutex)& "'"
> > vbNewLine & "rs_Options VAC is: " & rs_Options("VAC")
> > 'move the rs to the mutex option
> > rs_Options.Find strSearch
> >
> > This works on my machine (Which houses the IIS) but on my other client
it
> > gives me the error: "The operation required by the application is not
> > supported by the provider."
> >
> > I used MsgBoxes to display the strSearch, it is correct. Any tips?
> > Thanks!
>
> ---
> Wrox Professional Wireless Developer Conference, Amsterdam, July 10-12.
Covering application of WAP, XML, ASP, Java and C++ to wireless computing,
choose from 40+ technical sessions delivered by industry experts:
http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
> ---
> You are currently subscribed to asp_databases
$subst('Email.Unsub')
>