Since upgrading to .Net Framework 1.1 I can no longer connect to my
local sql server using a sql connection string that contains the
actual server name (Error: SQL Server does not exist or Access
Denied). If I use (local) or localhost as the server name then the
connection is made. Does anyone know what caused this to stop working
with the installation of framework 1.1 and how I could resolve it?

Thanks in advance,

Terry

Re: SQL connection string containing server name no longer connects since framework 1.1 installed. by William

William
Fri Dec 19 19:01:42 CST 2003

What happens if you use the Numeric IP Address?
"Terry" <twsmks@bellsouth.net> wrote in message
news:2771199e.0312191134.6d2eb68d@posting.google.com...
> Since upgrading to .Net Framework 1.1 I can no longer connect to my
> local sql server using a sql connection string that contains the
> actual server name (Error: SQL Server does not exist or Access
> Denied). If I use (local) or localhost as the server name then the
> connection is made. Does anyone know what caused this to stop working
> with the installation of framework 1.1 and how I could resolve it?
>
> Thanks in advance,
>
> Terry



Re: SQL connection string containing server name no longer connects since framework 1.1 installed. by twsmks

twsmks
Sat Dec 20 15:53:58 CST 2003

"William Ryan" <dotnetguru@nospam.comcast.net> wrote in message news:<exBKITpxDHA.1932@TK2MSFTNGP09.phx.gbl>...
> What happens if you use the Numeric IP Address?
> "Terry" <twsmks@bellsouth.net> wrote in message
> news:2771199e.0312191134.6d2eb68d@posting.google.com...
> > Since upgrading to .Net Framework 1.1 I can no longer connect to my
> > local sql server using a sql connection string that contains the
> > actual server name (Error: SQL Server does not exist or Access
> > Denied). If I use (local) or localhost as the server name then the
> > connection is made. Does anyone know what caused this to stop working
> > with the installation of framework 1.1 and how I could resolve it?
> >
> > Thanks in advance,
> >
> > Terry

Using the Numeric IP Address does not work either. Only (local) and
localhost allows the connection to be made.

Re: SQL connection string containing server name no longer connects since framework 1.1 installed. by Miha

Miha
Sat Dec 20 16:59:24 CST 2003

Hi Terry,

Try omitting data source field in connection string.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rhand.com

"Terry" <twsmks@bellsouth.net> wrote in message
news:2771199e.0312191134.6d2eb68d@posting.google.com...
> Since upgrading to .Net Framework 1.1 I can no longer connect to my
> local sql server using a sql connection string that contains the
> actual server name (Error: SQL Server does not exist or Access
> Denied). If I use (local) or localhost as the server name then the
> connection is made. Does anyone know what caused this to stop working
> with the installation of framework 1.1 and how I could resolve it?
>
> Thanks in advance,
>
> Terry