Re: compare 2 recordsets
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 12:50:46 -0400
RB Smissaert wrote:
That looks logical, but a problem is that rsParentNode is dhSQLite
recordset, which
doesn't have the filter method.
Huh?? It's a client-side ADO recordset isn't it? If not, I'm wasting my time
here.
Oh wait ... that's why the FindNext method didn't look familiar: I assumed
it was a typo.
Yes, noticed that cursors (I take it
that this is MoveNext
etc.) are a bit slow.
Will try some other options.
What I meant say with Seek was that it might be slower than a
self-made loop as it will
keep seeking till EOF, even if it has no chance to find anymore. Does
this makes sense?
Yes. if the provider supports it, you can index the recordset so that Seek
will be very efficient. I don't know if that dhSQLite thingy supports that.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Follow-Ups:
- Re: compare 2 recordsets
- From: RB Smissaert
- Re: compare 2 recordsets
- References:
- compare 2 recordsets
- From: RB Smissaert
- Re: compare 2 recordsets
- From: Bob Barrows [MVP]
- Re: compare 2 recordsets
- From: RB Smissaert
- Re: compare 2 recordsets
- From: Bob Barrows [MVP]
- Re: compare 2 recordsets
- From: RB Smissaert
- Re: compare 2 recordsets
- From: Bob Barrows [MVP]
- Re: compare 2 recordsets
- From: RB Smissaert
- compare 2 recordsets
- Prev by Date: Re: compare 2 recordsets
- Next by Date: Re: compare 2 recordsets
- Previous by thread: Re: compare 2 recordsets
- Next by thread: Re: compare 2 recordsets
- Index(es):
Relevant Pages
|
|