mssql connection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • grandmasterneil@gmail.com

    #1

    mssql connection

    I have a couple of servers here at work that run IIS, MSSQL, and
    ASP.NET.

    I have PHP installed and running via Apache on my laptop. I was
    wondering if I can run code on my laptop (PHP/Apache) to access the
    information in the MSSQL databases here at work or do I have to install
    PHP onto the servers?

    Thanks in advance.

  • BKDotCom

    #2
    Re: mssql connection

    Are your MSSQL servers running ASP? (or even a web-server for that
    matter).
    That's a rhetorical question - Why would you think you need PHP
    installed on the DB's server?

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    The likely answer is that the DB admin has access restricted to the
    webserver or other specific IPs

    grandmasterneil @gmail.com wrote:
    I have a couple of servers here at work that run IIS, MSSQL, and
    ASP.NET.
    >
    I have PHP installed and running via Apache on my laptop. I was
    wondering if I can run code on my laptop (PHP/Apache) to access the
    information in the MSSQL databases here at work or do I have to install
    PHP onto the servers?
    >
    Thanks in advance.

    Comment

    • Jerry Stuckle

      #3
      Re: mssql connection

      grandmasterneil @gmail.com wrote:
      I have a couple of servers here at work that run IIS, MSSQL, and
      ASP.NET.
      >
      I have PHP installed and running via Apache on my laptop. I was
      wondering if I can run code on my laptop (PHP/Apache) to access the
      information in the MSSQL databases here at work or do I have to install
      PHP onto the servers?
      >
      Thanks in advance.
      >
      No, you don't need PHP on the server to access them. But you do need to
      be able to access the database itself. And if your sysadmin is doing
      his job, that will be blocked from outside the company.

      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      Working...