I am using this string as my connection string to a SqlConnection
object.
constr = "user id=datamobil;password=datamobil; data
source=ServerName;persist security info=False;initial
catalog=INDB;Integrated Security-SSPI;";
I am running the code in an emulator on the same machine that the
server exists. I keep getting an error "SQL Server does not exists or
access denied. Can somebody help me?