Hello everyone!
I have a problem, I am using SQL 2005 and Visual C# 2005, the problem is everytime i try to connect to the SQL server I can always connect to it even without specifying the UID and PWD in my connection string.... Anybody know why this happens? Thanks!
sample code:
SqlConnection forTest = new SqlConnection(" server=localhos t;integrated security=true;d atabase=GKDB_Pr ototype");...