G
Guest
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 follow
Public Conn As New ADODB.Connectio
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
'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 follow
Public Conn As New ADODB.Connectio
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