Connecting to a specified MDB

  • Hi all. A collegue of mine has created a Master Database File (.mdb) for SQL Server 2005 and added some data to it via a PHP script. I want to now open the MDB using SQL Server 2005 Management Tool and view the data that it contains. When I am prompted by SQL 2005 to "log in", I pass:

    Server Type: DataBase Engine

    Server Name: NewUserFormDB

    Authentication: Windows Authentication

    I do not recieve any errors when executing the PHP script, but when I attempt to log in I recieve a rather long winded error message. Any tips on why this is happening?

  • jason.sultana (11/18/2008)


    Hi all. A collegue of mine has created a Master Database File (.mdb) for SQL Server 2005 and added some data to it via a PHP script. I want to now open the MDB using SQL Server 2005 Management Tool and view the data that it contains. When I am prompted by SQL 2005 to "log in", I pass:

    Server Type: DataBase Engine

    Server Name: NewUserFormDB

    Authentication: Windows Authentication

    I do not recieve any errors when executing the PHP script, but when I attempt to log in I recieve a rather long winded error message. Any tips on why this is happening?

    what is the error message

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • TITLE: Connect to Server

    ------------------------------

    Cannot connect to IS\MSSQLDB.

    ------------------------------

    ADDITIONAL INFORMATION:

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)

    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476

    ------------------------------

    BUTTONS:

    OK

    ------------------------------

    lol...

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply