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:
authorDaniel Morgan <monodanmorg@yahoo.com>2002-04-16 03:41:10 +0400
committerDaniel Morgan <monodanmorg@yahoo.com>2002-04-16 03:41:10 +0400
commit222fb82852d07d35d1c5a7bc145715d5d6cd07ab (patch)
tree402b6069c79581d12681a0a93f6e017d0573fbb4 /web/ado-net
parent4c23dee643824302430f2831ce3e0f9895b38459 (diff)
*** empty log message ***
svn path=/trunk/mono/; revision=3842
Diffstat (limited to 'web/ado-net')
-rw-r--r--web/ado-net12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/ado-net b/web/ado-net
index 2d1aa8683c3..438b47cb2be 100644
--- a/web/ado-net
+++ b/web/ado-net
@@ -23,22 +23,22 @@
<b>Step 2:</b> OleDBClient:
<ul>
- * On Unix systems: OleDBClient will use LibGDA as its
+ * On Unix systems: System.Data.OleDb will use LibGDA as its
engine.
- LibGDA is the "engine" that is used by
+ LibGDA is the data access engine that is used by
Gnome-Db (only libgda, not libgnomedb at all).
- * On Windows systems: OleDBClient We will use OleDB as
+ * On Windows systems: System.Data.OleDb will use OLE-DB as
its engine.
</ul>
- <b>Step 3:</b> SqlClient Providers:
+ <b>Step 3:</b> System.Data.SqlClient Providers:
<ul>
* System.Data.SqlClient will then become a generic
proxy for binding to other SQL implementations other
- than Postgress (MySQL on Unix/Windows; MS SQL on
- Window; Interbase on Unix/Windows).
+ than PostgreSQL (MySQL on Unix/Windows; MS SQL on
+ Window; Interbase on Unix/Windows). Others are welcomed.
</ul>