Does ADO.Net work with SQL Server 7 or is it only
compatible with SQL Server 2000?

Thanks in advance


Chris Pearce

Re: Can Sql Server 7 be used with ADO.Net? by Miha

Miha
Thu Dec 04 11:35:50 CST 2003

Hi Chris,

From help files:
In ADO.NET you create and manage connections using connection objects:

a.. SqlConnection - an object that manages a connection to a SQL Server
version 7.0 or later. It is optimized for use with SQL Server 7.0 or later
by (among other things) bypassing the OLE DB layer.
--
Miha Markic - RightHand .NET consulting & development
miha at rthand com

"Chris Pearce" <chris_pearce@hotmail.com> wrote in message
news:0bec01c3ba8b$5ab074c0$a501280a@phx.gbl...
> Does ADO.Net work with SQL Server 7 or is it only
> compatible with SQL Server 2000?
>
> Thanks in advance
>
>
> Chris Pearce