SQL Connection to Web Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joshapp
    New Member
    • Jan 2008
    • 1

    SQL Connection to Web Server

    How do I connect SQL Server to a Web Server. Do I use the http address? I am trying to import XML data into tables on SQL Server2005. Thank you.
  • Delerna
    Recognized Expert Top Contributor
    • Jan 2008
    • 1134

    #2
    Do you mean connecting to a SQLServer from script on a webpage so that you can access a database from a webpage???

    Comment

    • ck9663
      Recognized Expert Specialist
      • Jun 2007
      • 2878

      #3
      Originally posted by Joshapp
      How do I connect SQL Server to a Web Server. Do I use the http address? I am trying to import XML data into tables on SQL Server2005. Thank you.
      that would primarily depend on your front-end app

      -- ck

      Comment

      Working...