C
chris
hi i want to give integrated security = true
so i dont have to type my username or passowrd in the connection string
but it doesnt work
ConnStr = "data source=(local)" +
"database=pubs;integrated security=true";
this is the error it gives me
SQL Server does not exist or access denied.
thanx
so i dont have to type my username or passowrd in the connection string
but it doesnt work
ConnStr = "data source=(local)" +
"database=pubs;integrated security=true";
this is the error it gives me
SQL Server does not exist or access denied.
thanx