Mar 03 2008 11:05 PM 3068 2 XML to Oracle violet_wings_vamsi How do you load data from XML file to a ORACLE table? IanJoshua Profile Answers by IanJoshua Questions by IanJoshua Jul 8th, 2008 This is from XML to sqlserverexce sp_xml_preparedocument @inthandle int output,@xmldocumentselect * from openxml(@inthandle,'/root/customer',2)with (customerid varchar(10), contactname varchar(20))exec sp_xml_removedocument @inthandle Answer Question Select Best Answer
Mar 03 2008 11:05 PM 3068 2 XML to Oracle violet_wings_vamsi How do you load data from XML file to a ORACLE table? IanJoshua Profile Answers by IanJoshua Questions by IanJoshua Jul 8th, 2008 This is from XML to sqlserverexce sp_xml_preparedocument @inthandle int output,@xmldocumentselect * from openxml(@inthandle,'/root/customer',2)with (customerid varchar(10), contactname varchar(20))exec sp_xml_removedocument @inthandle Answer Question Select Best Answer
IanJoshua Profile Answers by IanJoshua Questions by IanJoshua Jul 8th, 2008 This is from XML to sqlserverexce sp_xml_preparedocument @inthandle int output,@xmldocumentselect * from openxml(@inthandle,'/root/customer',2)with (customerid varchar(10), contactname varchar(20))exec sp_xml_removedocument @inthandle