User Profile

Collapse

Profile Sidebar

Collapse
satishv96
satishv96
Last Activity: Apr 23 '12, 06:18 AM
Joined: Feb 2 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • satishv96
    started a topic XMl Import
    in .NET

    XMl Import

    sir,

    I Have a Problem in xml data importing Plese help me in this .
    when i m insertning data through Application it is inserting but while I am using Store Procedure its giving the error

    Running [dbo].[sp_xmlbulkinser t] ( @xmldata = D:\xml\rfid\Bra nches.xml, @table_name = Branches, @Action = xmlImport ).

    The XML parse error 0xc00ce556 occurred on line number 1, near the XML text "D:\xml\rfid\Br anches.xml"....
    See more | Go to post
    Last edited by PsychoCoder; Mar 30 '12, 07:19 AM. Reason: Code tags added

  • satishv96
    started a topic import xml data in sql server through asp.net
    in .NET

    import xml data in sql server through asp.net

    DECLARE @results table (result xml)
    DECLARE @xml XML
    SELECT @xml =CONVERT(XML, bulkcolumn, 2)
    FROM OPENROWSET(BULK 'D:\xmlfile\abc \Technicle10210 12.xml', SINGLE_BLOB)
    AS x
    select @xml



    i want to stor this xml data in our sql database
    so help me
    See more | Go to post
No activity results to display
Show More
Working...