Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML Basic - SQL Server 2000
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01045608
Message ID:
01240708
Views:
14
SELECT    *
FROM       OPENXML (@idoc, 'AddressValidateResponse/Address', 2)
            WITH (Address2  	varchar(50),
                City 			varchar(50))
>I'm getting null as the values. What am I doing wrong?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform