Can not open Database (MS SQL) requested login failed
From: Bobby (anonymous_at_discussions.microsoft.com)
Date: 03/08/04
- Next message: Paul Clement: "Re: Basic Authentication and popup windows"
- Previous message: TF: "Application.DoEvent and wait cursor"
- Next in thread: Dan Brussee: "Re: Can not open Database (MS SQL) requested login failed"
- Reply: Dan Brussee: "Re: Can not open Database (MS SQL) requested login failed"
- Reply: Marc Scheuner [MVP ADSI]: "Re: Can not open Database (MS SQL) requested login failed"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 07:16:06 -0800
I have installed MSDE but when ever i try to connect to it from the same computer, it gives me
'Can not open Database requested in Login 'pubs' failed. Login fails'
I tried everything nothing seem to work plz help
my connection string is as follows
Public Conn As New ADODB.Connection
conn.Open("Driver={SQL Server};User ID=sa;Password=ab;Database=BigSQL;Server=Master\Mycube")
where 'Master' is the computer name and 'Mycube' is the insance name
Also If the computer is password protected, could that create the problem ?
Thanks
Bobby
- Next message: Paul Clement: "Re: Basic Authentication and popup windows"
- Previous message: TF: "Application.DoEvent and wait cursor"
- Next in thread: Dan Brussee: "Re: Can not open Database (MS SQL) requested login failed"
- Reply: Dan Brussee: "Re: Can not open Database (MS SQL) requested login failed"
- Reply: Marc Scheuner [MVP ADSI]: "Re: Can not open Database (MS SQL) requested login failed"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|