Insert Data using Map

Home Page Forums BizTalk 2004 – BizTalk 2010 Insert Data using Map

Viewing 1 reply thread
  • Author
    Posts
    • #13392

      is it possible to insert data into sql server using map if so how can that be done

      thanks

    • #13393

      My first question would be why do you want to write to a database from a map. It would have to be a very compelling reason – using the SQL adapter would be the preferred method.

      But if you really have to…
      Anything you can do in .Net code can be executed in a map.
      You can write code in an external assembly, inline C#/VB, Javascript even, to write to a SQL database.
      You code can be called using the scripting functoid.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.