From a110b9a8639dbace603816dd617b53d038636cbc Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 19 Aug 2002 23:14:24 +0000 Subject: [PATCH] Added info about new advances svn path=/trunk/mono/; revision=6771 --- doc/ado-net | 25 +++++++++++++++---------- web/ado-net | 25 +++++++++++++++---------- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/doc/ado-net b/doc/ado-net index 8fe648e1da3..876ca9c7164 100644 --- a/doc/ado-net +++ b/doc/ado-net @@ -29,23 +29,26 @@ Step 2: System.Data.OleDb Provider: Step 3: System.Data.SqlClient Provider: @@ -58,7 +61,7 @@

Once Step 1 has been completed and the PostgreSQL provider support has been moved to its own place at - System.Data.PostgreSQL, we will use + Mono.Data.PostgreSQL, we will use FreeTDS as the basis for providing access to Microsoft SQL Server databases. @@ -111,11 +114,13 @@

For Step 1, the PostgreSQL is starting to come together - it still needs a lot of work. -

For Step 2, Rodrigo Moya has begun System.Data.OleDb which will use libgda +

For Step 2, Rodrigo Moya has been working on System.Data.OleDb which uses libgda which is an OLE-DB/ADO data access for Unix. The C-Sharp bindings to libgda currently work - meaning they can compile, run, and you can connect to a - PostgreSQL database via libgda via the C-Sharp bindings to libgda. He has also - added class stubs for System.Data.OleDb to cvs. + PostgreSQL database via libgda via the C-Sharp bindings to libgda. Basic + functionality (execution of commands, data retrieval, transactions, etc) are + now working. Current focus is on filling up the missing pieces (Data adapters + mainly).

For Step 3, we need someone to start the FreeTDS .NET Data Provider so we can have data access to Microsoft SQL Server and Sybase databases, or either @@ -386,7 +391,7 @@ one locally. PostgreSQL is the DBMS used for the initial implementation of System.Data.SqlClient. -

Why? Because it is open source, has a client +

Why? Because it is free software, has a client library that is easy to use, PostgreSQL is easy to install on Unix and Windows (using the Cygwin install program), not difficult to setup after installation, and it runs under: Linux, diff --git a/web/ado-net b/web/ado-net index 8fe648e1da3..876ca9c7164 100644 --- a/web/ado-net +++ b/web/ado-net @@ -29,23 +29,26 @@ Step 2: System.Data.OleDb Provider:

Step 3: System.Data.SqlClient Provider: @@ -58,7 +61,7 @@

Once Step 1 has been completed and the PostgreSQL provider support has been moved to its own place at - System.Data.PostgreSQL, we will use + Mono.Data.PostgreSQL, we will use FreeTDS as the basis for providing access to Microsoft SQL Server databases. @@ -111,11 +114,13 @@

For Step 1, the PostgreSQL is starting to come together - it still needs a lot of work. -

For Step 2, Rodrigo Moya has begun System.Data.OleDb which will use libgda +

For Step 2, Rodrigo Moya has been working on System.Data.OleDb which uses libgda which is an OLE-DB/ADO data access for Unix. The C-Sharp bindings to libgda currently work - meaning they can compile, run, and you can connect to a - PostgreSQL database via libgda via the C-Sharp bindings to libgda. He has also - added class stubs for System.Data.OleDb to cvs. + PostgreSQL database via libgda via the C-Sharp bindings to libgda. Basic + functionality (execution of commands, data retrieval, transactions, etc) are + now working. Current focus is on filling up the missing pieces (Data adapters + mainly).

For Step 3, we need someone to start the FreeTDS .NET Data Provider so we can have data access to Microsoft SQL Server and Sybase databases, or either @@ -386,7 +391,7 @@ one locally. PostgreSQL is the DBMS used for the initial implementation of System.Data.SqlClient. -

Why? Because it is open source, has a client +

Why? Because it is free software, has a client library that is easy to use, PostgreSQL is easy to install on Unix and Windows (using the Cygwin install program), not difficult to setup after installation, and it runs under: Linux, -- 2.25.1