I've just downloaded
VB 2005 Express and SQL server 2005 express. Built SQL server database and trying to connect and open DB.My code is:
Public p_conFirst As New SqlConnection()
p_conFirst.ConnectionString = "Server=bk\;Database=First;Trusted_Connection=True ;"
p_conFirst.Open()
'error 4060
I was trying different connectionStrings,reinstall
Sql server, but have the same message:â Can not
open database".It's only with SQL server DB.
Maybe somebody have answer
Thanks, Boris