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:
authorMiguel de Icaza <miguel@gnome.org>2002-04-07 19:15:26 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-04-07 19:15:26 +0400
commitf69f711c0365aa303528b5d7d816aadd7bd404ba (patch)
tree98e6cf4534899a506f8f6d9230994120941dc8fb /web/ado-net
parentbac2d63428f7573b32fc1609a8a4262eb56276f6 (diff)
Add new files
svn path=/trunk/mono/; revision=3658
Diffstat (limited to 'web/ado-net')
-rw-r--r--web/ado-net44
1 files changed, 44 insertions, 0 deletions
diff --git a/web/ado-net b/web/ado-net
new file mode 100644
index 00000000000..2d1aa8683c3
--- /dev/null
+++ b/web/ado-net
@@ -0,0 +1,44 @@
+* ADO.NET
+
+ The coordinator for the ADO.NET implementation is <a
+ href="mailto:rodrigo@ximian.com">Rodrigo Moya</a>.
+
+* Action plan
+
+ The current plan to implement ADO.NET is as follows:
+
+ <b>Step 1:</b> SqlClient:
+
+ <ul>
+ * Implementation of System.Data.SqlClient based on
+ the PostgreSQL C API.
+
+ * Once the System.Data.SqlClient code is functional and
+ is usable by other people, we willl move it to
+ System.Data.PostgreSQL, and will convert the existing
+ System.Data.SqlClient to be just a wrapper around
+ System.Data.PostgreSQL.
+
+ </ul>
+
+ <b>Step 2:</b> OleDBClient:
+ <ul>
+ * On Unix systems: OleDBClient will use LibGDA as its
+ engine.
+
+ LibGDA is the "engine" that is used by
+ Gnome-Db (only libgda, not libgnomedb at all).
+
+ * On Windows systems: OleDBClient We will use OleDB as
+ its engine.
+ </ul>
+
+ <b>Step 3:</b> 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).
+ </ul>
+