CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    29

    Remote SQL Server Connection

    I have an SQL Server database in a computer that is connected to the internet. I have port 1433 opened in the router firewall. Then I got a hosting account in godaddy, my website is coded in PHP. Is it possible to connect to my SQL Server from my websited hosted in godaddy?

  2. #2
    Join Date
    Sep 2006
    Posts
    635

    Re: Remote SQL Server Connection

    Hi
    Quote Originally Posted by webdev View Post
    I have an SQL Server database in a computer that is connected to the internet. I have port 1433 opened in the router firewall. Then I got a hosting account in godaddy, my website is coded in PHP. Is it possible to connect to my SQL Server from my websited hosted in godaddy?

    yes, if you router is setup properly.

    What SQL server version is???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured