Re: BatchUpdate with ADO
- From: "Terry Kreft" <terry.kreft@xxxxxxxxx>
- Date: Thu, 11 Aug 2005 12:23:09 +0100
Look at the UpdateBatch method of the ADO recordset object.
--
Terry Kreft
MVP Microsoft Access
<adoMain@.> wrote in message
news:upfaf1t5s4ji3ccub3gupi8au44k1v4gu0@xxxxxxxxxx
> I have a VB module that creates a lot of records in a disconnected
> recordset object. All the fields in the recordset are identical to
> the field names in an Access 2000 .mdb file table.
>
> The table in the .mdb file will always be completely EMPTY of all
> records before any code operates on it.
>
> I thought there might be a way of just .batchupdate(ing) my
> disconnected recordset into the table in the .mdb file ... ??!!??
>
> Must I loop and .update with ADO?
>
> I need to get this done pretty quickly ... I want it to be the most
> elegant solution.
.
- References:
- BatchUpdate with ADO
- From: adoMain
- BatchUpdate with ADO
- Prev by Date: master details
- Next by Date: Re: Insert related
- Previous by thread: BatchUpdate with ADO
- Next by thread: TOP Predicate makes a query readonly???
- Index(es):
Relevant Pages
|