About Disconnected Record Sets
- From: "Madz" <noemail@xxxxxxxx>
- Date: Tue, 18 Apr 2006 13:16:25 +0530
Hi,
I am using disconnected record sets while using an Access DB for storing
my intermediate values in processing. I had initially used a server side
cursor, however it gave a bad performance while inserting a record one at a
time.
Now using a client side cursor gave a decent performance while inserting
records, but while finding records within the record set, I get deteriorated
performance which far overrides the benefits I receive during record
inserts.
I am using 'Find' while Deleting and updating records within the
recordset. My understanding is the Find will check the disconnected set for
the record that matches the Find criteria and fetches the record from the
server if no record matching the criteria is found. Is this assumption
right?
Any ideas why the performance is bad while using disconnected record
sets for Find? If anything, it should be as bad as it was while using server
side cursor because at that point, I used to fire a SELECT query everytime.
Thanks in advance,
Madhu
.
- Follow-Ups:
- Re: About Disconnected Record Sets
- From: Stephen Howe
- Re: About Disconnected Record Sets
- Prev by Date: Re: Run-time error -214722164 (80040154) Class Not Registered
- Next by Date: Re: About Disconnected Record Sets
- Previous by thread: Run-time error -214722164 (80040154) Class Not Registered
- Next by thread: Re: About Disconnected Record Sets
- Index(es):