adpersistxml - updating database w\ disconnected recordset
From: rqcoder (rqcoder_at_discussions.microsoft.com)
Date: 07/22/04
- Next message: Ivan Debono: "Re: Hierarchical Recordset"
- Previous message: Val Mazur: "Re: establish a connection"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 21 Jul 2004 18:09:02 -0700
Is there a way to update an existing table in an access database with a recordset that was created using an xml file (i.e. adpersistxml) without iterating through every record?
Am applying an xml transformation to an xml file supplied by a third party application. The file is transformed it to an xml file using the same schema that ado uses to save xml files. I'm successfull in loading the xml file into a recordset however now I need to insert those records into an existing table of an Access database. I know I can iterate each record of the recordset and use the fields collection but this takes too long. Is there another way to do it, like inserting the whole recordset into the table?
Thanks for any info in advance...
- Next message: Ivan Debono: "Re: Hierarchical Recordset"
- Previous message: Val Mazur: "Re: establish a connection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|