Results 1 to 5 of 5

Thread: mssql 2000 connect but 2005 not connect

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    22

    mssql 2000 connect but 2005 not connect

    hi
    mssql 2000 the following code connecting...
    cn.Open "Provider=SQLOLEDB.1;Password=" & sqlpass & ";Persist Security Info=false;User ID=" & _
    sqluser & ";Initial Catalog=" & sqldataname & ";Data Source=" & sqlservername & sqlport & ","

    but mssql 2005 not connection 2 authorization available
    1. windows authorization
    2. sql authorization

    1. windows authorization by how connectionstring


    another application connect but my application not connect

    add sqlserver user and password i gave authorization after 1433 port open but not my application connect what could be the problem?

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: mssql 2000 connect but 2005 not connect

    For connection strings: http://www.connectionstrings.com/

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: mssql 2000 connect but 2005 not connect

    Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    22

    Re: mssql 2000 connect but 2005 not connect

    Quote Originally Posted by akhileshbc View Post
    For connection strings: http://www.connectionstrings.com/
    i know connectionstring site but i've tested all the links in there as

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: mssql 2000 connect but 2005 not connect

    When you try to connect what does it complain? May we see your connectionstring?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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