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

    Angry server does not exist

    Hi to all

    I'm developing a multiuser application in vb 6.0 using Sql Server 2000. Follwing is the connection string i've used

    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=OrderProcess;Data Source=ISHA-0342D16385

    this gives me an error message Sql server does not exist. Access denied.
    I tried various other things instead the server name like
    I tried IP address and port number.
    I obtained IP addreess by typing ipconfig at command prompt
    I used network library = DBMSSOCN as an additional parameter
    None of the above things worked.
    I'm badly stuck here. Pls. take me out from this. It's very urgent.

    Thanking u all in advance.

  2. #2
    Join Date
    Nov 2004
    Location
    LA. California Raiders #1 AKA: Gangsta Yoda™
    Posts
    616

    Re: server does not exist

    The connectionstring is incorrect or you do not have permissions to access it. Check out http://connectionstrings.com and make sure your windows username has the appropriate permissions to logon and access the server.
    VB/Office Guru™ (AKA: Gangsta Yoda™)
    VB Forums - Super Moderator 2001-Present

    Microsoft MVP 2006-2011

    Please use [code]your code goes in here[/code] tags when posting code.

    Senior Software Engineer MCP, BSEE, CET
    VS 2012 Premium, VS 6.0 Enterprise SP6, VSTO, Office Ultimate 2010, Windows 7 Ultimate
    Star Wars Gangsta Rap SE Reputations & Rating Posts Office Primary Interop AssembliesAdvanced VB/Office Guru™ Word SpellChecker™.NETAdvanced VB/Office Guru™ Word SpellChecker™ VB6Outlook Global Address ListVB6/Crystal Report Ex.VB6/CR Print Setup Dialog Ex.

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