I just installed MSDN on my local computer. I set it up using 'BLANKSAPWD=1,
and INSTANCENAME=kennel'. I attached my database using 'oSQL -E -S
icc-station\kennel' utility. That went well. My original testing is with
SqlServer 2000. and that was fine. The problem that I am having is I get the
message 'SQL Server does not exist or access denied' My connecting string
follows:

this.cnKennel.ConnectionString = "Data Source=(local)\\kennel" + ";initial
catalog=kennel" + ";Trusted_Connection=Yes" + ";integrated security=SSPI" +
";Connect Timeout=5";

Please tell me what I doing wrong???

--
Norm Bohana