Re: ADO.NET 2.0 & MSDE & Win98
- From: "Mircea Pleteriu" <mpleteriu@xxxxxxxxxxxxxxxx>
- Date: Wed, 22 Feb 2006 10:25:10 +0200
Does SQL Server Express run just fine on Windows 98?
"William (Bill) Vaughn" <billvaRemoveThis@xxxxxxxxxx> wrote in message
news:#646XKwNGHA.1716@xxxxxxxxxxxxxxxxxxxxxxx
SQL Server Express and MSDE are shipped with the network protocolsdisabled.
This prevents them from being attacked by those who know the default portAnd
assignments. At this point in time you should be using SQL Server Express,
not MSDE. It's also free and has a far richer toolset and functionality.
no, if you're using ADO.NET 2.0, you don't need the MDAC stack.rights.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no
__________________________________does
"Mircea Pleteriu" <mpleteriu@xxxxxxxxxxxxxxxx> wrote in message
news:%23CtbarvNGHA.3728@xxxxxxxxxxxxxxxxxxxxxxx
I'm back.
The problem was fixed by reinstalling the MSDE with
DISABLENETWORKPROTOCOLS
= 0.
Don't know why.
"Mircea Pleteriu" <mpleteriu@xxxxxxxxxxxxxxxx> wrote in message
news:#HX8z0fNGHA.3360@xxxxxxxxxxxxxxxxxxxxxxx
Hi all,package
I've implemented a .NET Windows Forms application with VS 2005 and .NET
Framework 2.0 which must be deployed on Windows 98 platform. The MSDE
will
be installed on Win98 as the SQL Server to which the app will connect.
On the Win98 platform I've installed .NET Framework redistributable
and the MSDE and then I've set up the database (which my app will use)following
by
running a script with the OSQL tool.
All fina by now.
But surprize... even if the db can be access and browsed with the osql
tool... the .net app cannot connect to the database. It throws the
exception message:establishing
System.Data.SqlClient.SqlException: An error has occurred while
a connection to the server. When connection to SQL Server 2005, thisfailure
may be caused by the fact that under the default settings SQL Server
not allow remote connections. (provider: Named Pipes Provider, error:
4- -
Could not open a connection to SQL Server).
Do you have any idea where the problem could be?
I mention that my app runs successfuly on Windows XP/2000 with MSDE
installed.
Mircea,
.
- Follow-Ups:
- Re: ADO.NET 2.0 & MSDE & Win98
- From: William \(Bill\) Vaughn
- Re: ADO.NET 2.0 & MSDE & Win98
- References:
- ADO.NET 2.0 & MSDE & Win98
- From: Mircea Pleteriu
- Re: ADO.NET 2.0 & MSDE & Win98
- From: Mircea Pleteriu
- Re: ADO.NET 2.0 & MSDE & Win98
- From: William \(Bill\) Vaughn
- ADO.NET 2.0 & MSDE & Win98
- Prev by Date: Re: Possible memory leak in SQLDataReader().
- Next by Date: xsd schema file always creates two tables at drag/drop, why?
- Previous by thread: Re: ADO.NET 2.0 & MSDE & Win98
- Next by thread: Re: ADO.NET 2.0 & MSDE & Win98
- Index(es):
Relevant Pages
|