Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. SQL SERVER Login error...!

SQL SERVER Login error...!

Scheduled Pinned Locked Moved Visual Basic
helpcsharpdatabasesql-server
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jamal Abdul Nasir
    wrote on last edited by
    #1

    --> i want to use SQL SERVER 2000 on windows vista... but it gives me a login error... remember that the sql server is on local system.... i am providing the following connection string from vb.net 2005..... "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=CSM;Data Source=." --> but when i use this on windows XP... it works smoothly.... --> plz solve my problem.... thanx....

    J A Nasir K

    D L 3 Replies Last reply
    0
    • J Jamal Abdul Nasir

      --> i want to use SQL SERVER 2000 on windows vista... but it gives me a login error... remember that the sql server is on local system.... i am providing the following connection string from vb.net 2005..... "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=CSM;Data Source=." --> but when i use this on windows XP... it works smoothly.... --> plz solve my problem.... thanx....

      J A Nasir K

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Is your SQL Server setup to use Windows Authentication?? Have you setup your account in the SQL Server?? This question really has nothign to do with VB.NET and should be in the General Database forum.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      • J Jamal Abdul Nasir

        --> i want to use SQL SERVER 2000 on windows vista... but it gives me a login error... remember that the sql server is on local system.... i am providing the following connection string from vb.net 2005..... "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=CSM;Data Source=." --> but when i use this on windows XP... it works smoothly.... --> plz solve my problem.... thanx....

        J A Nasir K

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        --> are you connecting to an instance? try connecting to:

        "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=CSM;Data Source=.\SQLEXPRESS"

        --> did you check the settings? (like, allow remote connections and stuff?) --> it don't make a dif'rence whether it's XP or Vista.

        I are troll :)

        1 Reply Last reply
        0
        • J Jamal Abdul Nasir

          --> i want to use SQL SERVER 2000 on windows vista... but it gives me a login error... remember that the sql server is on local system.... i am providing the following connection string from vb.net 2005..... "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=CSM;Data Source=." --> but when i use this on windows XP... it works smoothly.... --> plz solve my problem.... thanx....

          J A Nasir K

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          You may also want to read some articles on using SQL Server 2000 on Vista. Google results[^] Using 2000 on Vista is not without it's problems...

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups