03-30-05 10:51 PM
Hello all, I have a pretty simple question I'm sure for someone.
I have a record with possible multiple child elements below it. I.E.
<Order>
<OrderItemID>1</OrderItemID>
<OrderItemID>2</OrderItemID>
</Order>
I am assigning these values (thus creating new OrderItemID elements) and
need to insert them into the order record. What's the best way to
accomplish this?
Many thanks in advance.
Paul B
[ Post a follow-up to this message ]
|