Results 1 to 4 of 4

Thread: sql server2000

  1. #1
    Join Date
    Feb 2010
    Posts
    2

    sql server2000

    I am using asp with sql 2000..while seeing output i am getting the error..
    when i used the same in my laptop it works fine..now when i using it on my office p.c it is showing this error..
    "Sql server does not exists or access is denied"

    I am struggling from last 3 days yet not get any results..
    can u all guys plz help me..

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Where is sql server? How do you connect to it in asp? Can you post connection string?

  3. #3
    Join Date
    Feb 2010
    Posts
    2

    sqlserver2000

    This is a connection string which i have given

    cstring="Provider=sqloledb; Data Source=(local); Initial catalog=login; Integrated Security=SSPI;"

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Replace local with real sql instance name.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •