I have problem in SQL Server connection

  • [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

    Number = -2147467259

    Source = Microsoft OLE DB Provider for SQL Server

    Description = [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

    I have problen in vb application

  • ..Check whether the SQL Server is running or not

    ..Check on which port the server is listening

    ..Try connecting through EM or QA

    ..Check the connection string used in VB application

    --Ramesh


  • Thnx for reply

    i got the answer

    in connection string

    set Connect Timeout=0 now it works

    and you told something SQL Server port but default it is 1433 pls tell me more that if you have.

    Regards

    Gouri

  • ...Setting ConnectTimeout to zero, will make the provider wait indefinitely till the connection is established or the remote server rejects the request from the host after a pre-defined time has elapsed. So its always better to set a timeout period for not only connections but also for command executions.

    --Ramesh


  • Thnx...

  • i am using sql server2005 & management studio.. in xp

    i connect it thriugh the network..

    it causes error like

    "[DBNETLIB][ConnectionOpen(connection())]SQLserver not found"

    what can i do??

Viewing 6 posts - 1 through 6 (of 6 total)

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