Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updates with XML
Message
From
18/04/2003 10:22:04
 
 
To
17/04/2003 16:52:51
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00779002
Message ID:
00779164
Views:
16
Roman,

Sorry, your previous post should have the solution stars I picked the wrong posting.

Thank you SOOOOO much, worked exactly as advertised.

Rhonda
UPDATE MyTable1
SET ContactName = MyTable2.ContactName
FROM MyTable1,
(SELECT * 
FROM OPENXML (@idoc, '/ROOT/Customer',1)
WITH (CustomerID varchar(10),
ContactName varchar(20))) AS MyTable2
WHERE MyTable1.CustomerID = MyTable2.CustomerID
>Ignore the PRE and /PRE tags in the previous message, the instructions I got for formatting the code were not clear enough, I was probably supposed to use something else.
>
>Roman
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform