lengthy operation
- From: "Mike" <michael@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Nov 2006 17:09:57 +0100
Hi !
I am a beginner in ado programming and I have some problems with operations
on huge tables. I am developping with visual studio .NET 2003.
Which command can I use to insert a record in table ? my problem is when I
open the recordset associated with the table (thousands of records), it
takes very long time. But I don't want to get all records, I only want to
add a new one.
I used the following code to open the recordset :
pRecordSet->Open("table", pConnection, true, adOpenKeyset, adLockOptimistic,
acCmdTable);
I tried many things but nothing goes like I want, I am a bit lost with ado
programming ...
help would be appreciated :)
thanks
Mike
.
- Follow-Ups:
- Re: lengthy operation
- From: Stephen Howe
- Re: lengthy operation
- From: Bob Barrows [MVP]
- Re: lengthy operation
- From: Bob Barrows [MVP]
- Re: lengthy operation
- Prev by Date: Re: Communication Link Failure Error
- Next by Date: Re: lengthy operation
- Previous by thread: Re: Communication Link Failure Error
- Next by thread: Re: lengthy operation
- Index(es):
Relevant Pages
|
|