Hi all,
I have some errors in connecting to SQLserver20005 express.
In a project, I connect directly (by sqlconnection) and indirectly (by code), if I run this connect successfully then the other can't connect.
I use ADO.NET and connectionstring the same.
The error appears at:
Code:
If SqlConnection1.State <> ConnectionState.Open Then SqlConnection1.Open()
Error:
Cannot open database "BeBi" requested by the login. The login failed.
Login failed for user 'BUCA\hoalt'.
Thanks in advance.
SLKT