Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>2002-05-06 23:18:53 +0400
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>2002-05-06 23:18:53 +0400
commite226bfeb6550738bcabcc56b8dbdd41ae43b9fa2 (patch)
tree4f3656ccfc52d72b2e409cd7fbc39d2c5a6c45bd /web/ado-net
parent1a3ba07454e762a539cf508db99d4afefd32ddaf (diff)
Changed step 3, since we need to be compatible with MS .NET
svn path=/trunk/mono/; revision=4348
Diffstat (limited to 'web/ado-net')
-rw-r--r--web/ado-net11
1 files changed, 5 insertions, 6 deletions
diff --git a/web/ado-net b/web/ado-net
index c66a7a931ea..6de3889c1bc 100644
--- a/web/ado-net
+++ b/web/ado-net
@@ -35,14 +35,13 @@
its engine. It may have the option of using libgda too.
</ul>
- <b>Step 3:</b> System.Data.SqlClient Providers:
+ <b>Step 3:</b> System.Data.SqlClient Provider:
<ul>
- * System.Data.SqlClient will then become a generic
- proxy for binding to other SQL implementations other
- than PostgreSQL (MySQL on Unix/Windows; MS SQL on
- Windows; Interbase on Unix/Windows, Oracle on
- Unix/Windows). Others are welcomed.
+ * System.Data.SqlClient will then become a managed
+ provider for MS SQL Server, both on Windows and
+ Linux, to be compatible with applications written
+ for MS .NET.
</ul>
<b>Step 4:</b> Other System.Data providers: