Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Xml BulkLoad

Xml BulkLoad

Scheduled Pinned Locked Moved Database
xmlhelp
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Panchal Hardik
    wrote on last edited by
    #1

    Hi I am getting following error on connection string in xmlbulkload: "QueryInterface for interface SQLXMLBULKLOADLib.ISQLXMLBulkLoad failed." Thanks

    Hardik Panchal

    P 1 Reply Last reply
    0
    • P Panchal Hardik

      Hi I am getting following error on connection string in xmlbulkload: "QueryInterface for interface SQLXMLBULKLOADLib.ISQLXMLBulkLoad failed." Thanks

      Hardik Panchal

      P Offline
      P Offline
      Panchal Hardik
      wrote on last edited by
      #2

      I got the solution. thanks

      Hardik Panchal

      P 1 Reply Last reply
      0
      • P Panchal Hardik

        I got the solution. thanks

        Hardik Panchal

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        Now, if you post your solution to your problem, I'll give it a 5 vote.

        Deja View - the feeling that you've seen this post before.

        P 1 Reply Last reply
        0
        • P Pete OHanlon

          Now, if you post your solution to your problem, I'll give it a 5 vote.

          Deja View - the feeling that you've seen this post before.

          P Offline
          P Offline
          Panchal Hardik
          wrote on last edited by
          #4

          I create the one thread and call my bulk upload method from that thread. which is work for me. before i not use the thread which is not working in my new application but working in other application. Here is the code. Public objBulkthread As System.Threading.Thread If Not IsNothing(objBulkthread) Then If Not objBulkthread.IsAlive Then objBulkthread = New System.Threading.Thread(AddressOf objGeneral.UploadXmlBulk) objBulkthread.ApartmentState = Threading.ApartmentState.STA objBulkthread.Start() End If Else objBulkthread = New System.Threading.Thread(AddressOf objGeneral.UploadXmlBulk) objBulkthread.ApartmentState = Threading.ApartmentState.STA objBulkthread.Start() End If Thanks

          Hardik Panchal

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups