Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ameetkeskar
Starting Member
8 Posts |
Posted - 2006-06-07 : 03:43:02
|
Hi friends,I need to insert multiple records in the Access database. I get the XML file from the upper application layer for the same. I want to know if I can pass this XML and insert all the records using the query only once.can anybody help me on this. |
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2006-06-08 : 19:38:31
|
Probably the easiest way would be to import the XML into a temp table using Application.ImportXML, the querying off that.But I think it's an Access 2003+ feature only. Check out the Access online help for more info. HTH,Tim |
 |
|
|
|
|