2007-06-08 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / web / ado-net
index e509c91d12ae97cd2f9a4e480208062387841469..0095d79ef79996374030641fce45c5c8a01272ac 100644 (file)
 * ADO.NET
 
-       <p>Mono's ADO.NET Developers:
-       <ul>
-       <li><b>Rodrigo Moya</b> - rodrigo -AT- ximian.comNOSPAM - coordinator 
-       for the ADO.NET implementation and works on the OLE DB provider
-       and tests</li>
-       <li><b>Daniel Morgan</b> - danmorg -AT- sc.rr.comNOSPAM - works on
-       the MySQL, PostgreSQL, Oracle providers, and tests</li>
-       <li><b>Tim Coleman</b> - tim -AT- timcoleman.comNOSPAM - works on
-       the Microsoft SQL Server, Sybase, TDS providers, and tests</li>
-       <li><b>Brian Ritchie</b> - brianlritchie -AT- hotmail.comNOSPAM - works on
-       the ODBC provider and the ProviderFactory</li>
-       <li><b>Vladimir Vukicevic</b> - vladimir -AT- pobox.comNOSPAM - works on
-       the SQL Lite provider</li>
-       <li><b>Christopher Bockner</b> - cleared -AT- rogers.comNOSPAM - works on
-       the IBM DB2 Universal Database provider</li>
-       <li><b>Ville Palo</b> - vi64pa -AT- koti.soon.fiNOSPAM - works on XML stuff in System.Data
-       including DataSet, XmlDataDocument, and has done lots of testing</li>
-       <li><b>Gonzalo Paniagua Javier</b> - gonzalo -AT- ximian.comNOSPAM - integration
-       between System.Web and System.Data</li>
-       <li><b>Gaurav Vaish</b> - gvaish -AT- iitk.ac.in - works on data binding of
-       web controls</li>
-       </ul>
+** Data Access in Mono
+
+<ul>
+       <li>Today, our goal is to be compatible with  .NET 1.1 and .NET 1.0.  We also would like
+   to extend data access beyond what is included with .NET 1.0 and .NET 1.1,
+   such as, include access to more databases, such as, PostgreSQL and MySQL,
+   but also provide classes that help in creating data source-agnostic code, such as, 
+   Mono.Data.ProviderFactory.</li>
+   
+   <li>In the future, we would like to be compatible with .NET 1.2. This includes features 
+   like <a href="http://longhorn.msdn.microsoft.com/lhsdk/ndp/daconworkingwithobjectspacesarchitecture.aspx">ObjectSpaces</a></li>
        
-* Action plan
+</ul>
 
-       <p>The current plan to implement ADO.NET is as follows:
+** Bugs and Feature Requests
 
-       <ul>
-               <li>Either create ADO.NET providers or modify pre-exiting ADO.NET providers to
-               work with Mono</li>
-               
-               <ul>
-                       <li>Create ADO.NET Providers
-                       
-                       <ul>
-                                       <li><a href="http://www.go-mono.com/ibmdb2.html">IBM DB2 Universal Database</a></li>
-                                       <li><a href="http://www.go-mono.com/mysql.html">MySQL</a></li>
-                                       <li><a href="http://www.go-mono.com/odbc.html">ODBC</a></li>
-                                       <li><a href="http://www.go-mono.com/oracle.html">Oracle</a></li>
-                                       <li><a href="http://www.go-mono.com/oledb.html">OLE DB</a></li>
-                                       <li><a href="http://www.go-mono.com/postgresql.html">PostgreSQL</a></li>
-                                       <li><a href="http://www.go-mono.com/sqlclient.html">Microsoft SQL Server</a></li>
-                                       <li><a href="http://www.go-mono.com/sqlite.html">SQL Lite</a></li>
-                                       <li><a href="http://www.go-mono.com/sybase.html">Sybase</a></li>
-                                       <li><a href="http://www.go-mono.com/tdsclient.html">TDS Generic</a></li>
-                                       <li>Providers which we do not have, but we would like to have.  Currently,
-                                       some of these databases are supported via the ODBC or OLEDB providers.</li>
-                                       <ul>
-                                               <li><a href="http://msdn.microsoft.com/library/en-us/dnsql2k/html/sqlxml_intromanagedclasses.asp?frame=true">Managed Classes for SqlXml</a> which is
-                                               a .NET data provider for retrieving XML data from a Microsoft SQL Server 2000 database.  The System.Data.SqlClient provider
-                                               in Mono can be used as a starting point at mcs/class/System.Data/System.Data.SqlClient.</li>
-                                               <li><a href="http://www.hughes.com.au/">miniSQL</a></li>
-                                               <li><a href="http://www.sleepycat.com/">BerkeleyDB (Sleepycat)</a></li>
-                                               <li><a href="http://www.sapdb.org/">SapDB</a></li>
-                                               <li>Microsoft Access - could be done by creating C# bindings to <a href="http://mdbtools.sourceforge.net">MDB Tools</a></li>
-                                               <li>dbase or xbase type database files</li>
-                                               <li>Others are welcome</li>
-                                       </ul>
-                               </ul></li>
-                               <br>
-                       <li>Modify Pre-existing ADO.NET Providers to work with Mono.  This may
-                       require fixing or implementing areas of Mono too.
-                               <ul>
-                                       <li><a href="http://www.go-mono.com/firebird.html">Firebird Interbase</a></li> is a
-                                          Firebird SQL Managed data provider. It can be used with Interbase databases too.  It
-                                          is written in 100%C# and does not require a client library. Works on .NET and Mono.</a>
-                                       <li><a href="http://gborg.postgresql.org/project/npgsql/projdisplay.php">Npgsql</a> is a 
-                                          PostgreSQL Managed data provider written 
-                                          in 100% C#, does not require a client library, and works on .NET and Mono</li>
-                                       <li><a href="http://sourceforge.net/projects/mysqlnet/">MySQLNet</a> is a 
-                                          MySQL Managed data provider written in 100% C#, does not
-                                          require a client library, and works on .NET and Mono</li>
-                               </ul>
-                       </li>
-               </ul>
-       <br>
-       <li>Create Tools for Configuration, Testing, and Entering SQL Queries  
-       <ul>
-               <li><b>SQL# CLI - a command-line tool</b> written in C# to 
-                 execute SQL commands,
-                 test connection strings, and connect to various ADO.NET
-                 providers in Mono.  Not all the ADO.NET providers work in SQL#, so various
-                 data providers need work to be able to retrieve data in SQL#.
-                 The SQL# CLI can be found in
-                 mcs/tools/SqlSharp/SqlSharpCli.cs</li>
-                 
-               <li><p><b>SQL# GUI - a GUI tool</b> written in C# to 
-                 execute SQL commands. 
-                 Currently, there is SQL# For GTK# which
-                 can be found at 
-                 mcs/tools/SqlSharp/gui/gtk-sharp  
-                 It has a SQL editor with 
-                 syntax hi lighting of SQL keywords.  This will be
-                 moving to its own cvs module sqlsharpgtk.</li>
-                 
-               <li><b>Configuration Command-Line and GUI Tools for ADO.NET</b>.  
-                 These tools have not been started.  The tools would be written in
-                 C# and run on Mono. The
-                 configuration tool can be used to do the following:
-                 <ul> 
-                       <li>setup DSNs for the ODBC and OLE-DB
-                               providers and configurations for 
-                               their underlying libraries (unixODBC and libgda)</li>
-                   <li>setup configurations for the Mono.Data.ProviderFactory
-                               that Brian Ritchie created</li>
-                   <li>setup native database client library configurations too, such as,
-                               freetds.conf for Microsoft SQL Server and Sybase</li>
-                 </ul>
-               </li>
-       </ul>
-</ul>
+<ul>
+
+       <li>Bugs with Mono or any data provider in Mono should be reported 
+           in Mono's Bugzilla <a href="http://bugzilla.ximian.com/">here</a>.  If you
+           do not have a Bugzilla user account, it is free 
+           and easy to create 
+           one <a href="http://bugzilla.ximian.com/createaccount.cgi">here</a>.</li>
        
-* Current Status
-
-       <p>Variouls ADO.NET Providers have been created at various stages of 
-       development including: 
-       Firebird, IBM DB2 Universal Database, MySQL, ODBC, OLE DB, Oracle,
-       PostgreSQL, Sybase, SQL Lite,
-       Microsoft SQL Server, and TDS Generic.  
-       See their respective web page for
-       more information.
+       <li>Any requests for new features or missing functionality
+           can entered as a bug in Bugzilla too</li>
+
+</ul>
        
-       <p>Constraints need lots of work
+** ADO.NET Data Providers
        
-       <p>TypeDataSetGenerator needs to be stubbed and implemented.
-               
-       <p><b>DataSet, DataAdaptor, DataTable, DataRelation, DataRow, DataColumn,
-       DataColumnCollection, DataRowCollection, and others</b> need more work.  There are
-       many classes that are just stubs and need to be implemented.  
-
-       <p><b>XML support in System.Data</b> needs work.  This involves working on
-       the classes: DataSet, XmlDataDocument, and the method ExecuteXmlReader() that
-       exists in a provider's class that implements IDbCommand, and others.
-       Stuart Caborn has started the XML support in a DataSet.  Tim Coleman started
-       XML support in the ExecuteXmlReader() in a SqlCommand.  Ville Palo has been
-       heavily modifying DataSet, XmlDataDocument, and other classes for reading
-       and writing XML.
+<p>Mono has many ADO.NET Data Providers to get you connected:
+                       
+<ul>
+       <li><a href="http://www.go-mono.com/ibmdb2.html">IBM DB2 Universal Database</a></li>
+       <li><a href="http://www.go-mono.com/mysql.html">MySQL</a></li>
+       <li><a href="http://www.go-mono.com/odbc.html">ODBC</a></li>
+       <li><a href="http://www.go-mono.com/oracle.html">Oracle</a></li>
+       <li><a href="http://www.go-mono.com/oledb.html">OLE DB</a></li>
+       <li><a href="http://www.go-mono.com/postgresql.html">PostgreSQL</a></li>
+       <li><a href="http://www.go-mono.com/sqlclient.html">Microsoft SQL Server</a></li>
+       <li><a href="http://www.go-mono.com/sqlite.html">SQL Lite</a></li>
+       <li><a href="http://www.go-mono.com/sybase.html">Sybase</a></li>
+       <li><a href="http://www.go-mono.com/tdsclient.html">Older Microsoft SQL Server and Sybase databases</a></li>
+</ul>
+
+<p>External Projects that have created ADO.NET Providers that work on Mono:
+
+<ul>
+
+       <li><a href="http://www.go-mono.com/firebird.html">Firebird Interbase</a></li> is a
+          Firebird SQL Managed data provider. It can be used with Interbase databases too.  It
+          is written in 100%C# and does not require a client library. Works on .NET and Mono.</a>
+       <li><a href="http://gborg.postgresql.org/project/npgsql/projdisplay.php">Npgsql</a> is a 
+          PostgreSQL Managed data provider written 
+          in 100% C#, does not require a client library, and works on .NET and Mono</li>
+       <li><a href="http://sourceforge.net/projects/mysqlnet/">MySQLNet</a> is a 
+          MySQL Managed data provider written in 100% C#, does not
+          require a client library, and works on .NET and Mono</li>
+</ul>
+
+** Tools
+
+<p>Some tools that can be used for ADO.NET and other technologies (ASP.NET, XML, etc).
+
+<ul>
+       <li>sqlsharp.exe
+               <ul>
+                       <li>SQL# is a command line query tool included with Mono to enter and execute SQL statements</li>
+               </ul>
+       </li>
+       <li>xsd.exe
+               <ul>
+                       <li>XML Schema Definition tool</li>
+                               <ul>
+                                       <li><b>XDR to XSD</b> - used to generate an XML schema from an XDR (XML Data Reduced schema) file. \r
+                                               XDR was used by Microsoft prior to XSD becoming a W3C recommendation.  So, this needs\r
+                                               to be supported for legacy reasons</li>\r
+                                       <li><b>XML to XSD</b> - used to generate an XML schema from an XML file</li> \r
+                                       <li><b>XSD to DataSet</b> - used to generate DataSet classes from an XSD schema file.  The\r
+                                               DataSet classes created can then be used with XML data</li>\r
+                                       <li><b>XSD to Classes</b> - used to generate classes from an XSD schema file. The \r
+                                               classes created can be used with System.XML.Serialization.XMLSerializer \r
+                                               to read and write XML code that follows the schema</li>\r
+                                       <li><b>Classes to XSD</b> - used to generate an XML schema \r
+                                               from type(s) in a assembly file. The \r
+                                               XML schema created by the tool defines the XML format used \r
+                                               by System.XML.Serialization.XMLSerializer</li>\r
+                               </ul>\r
+                       </li>\r
+               </ul>\r
+       </li>
+</ul>
+
+** Extra Classes in Mono ADO.NET
+
+ <p>An ADO.NET <a href="http://www.go-mono.com/provider-factory.html">Provider Factory</a> 
+    was created by Brian Ritchie.  The 
+       Provider Factory is a way to dynamically create
+       connections, commands, parameters, and data adapters based on configuration 
+       information.
        
-       <p><b>ADO.NET Provider Factory</b> has been started by Brian Ritchie.  The 
-       Provider Factory is way to dynamically create
-       connections, commands, parameters, and data adapters based on configuration information.  The
-       provider factory also provides utility functions needed by a lot of 
-       providers but are not exposed via the provider.  The ProviderFactory
-       is found at mcs/class/Mono.Data and includes a test named test.cs for it in
-       mcs/class/Mono.Data/Test.  Also, take a look at the sample .config file for the
-       test.exe application named test.exe.config.  The .config file is automatically
-       read when you use the Mono.Data.ProviderFactory or Mono.Data.DataTools.
-               
-       <p><b>Integration with ASP.NET</b> has been started, such as, data binding of
-       a DataTable in a DataSet to a System.Web.UI.WebControls.DataGrid.  This may 
-       involve implementing or fixing many classes
-       in System.Web and System.Data. If you want to help, 
-       contact Gonzalo Paniagua Javier. Here is information about using ADO.NET in ASP.NET:
+** Database Access from ASP.NET
        <ul>
                <li>Take a look at xsp in cvs and look at the examples in test: dbpage1.aspx
                and dbpage2.aspx:
                                <ul>
                                        <li><b>DBProviderAssembly</b> is the assembly of the ADO.NET provider.  
                                              For example: 
-                                             "Mono.Data.PostgreSqlClient"</li>
+                                             "ByteFX.Data"</li>
                                        <li><b>DBConnectionType</b> is the System.Type of the class that 
                                              implements System.Data.IDbConnection that is found
                                          in the DBProviderAssembly.  
                                          For example: 
-                                         "Mono.Data.PostgreSqlClient.PgConnection"</li> 
+                                         "ByteFX.Data.MySqlConnection"</li> 
                                    <li><b>DBConnectionString</b> is the ConnectionString to set to the
                                          IDbConnection object to use in opening a connection to a data source.
                                          For Example: 
                        </ul>
                </li>
        </ul>
-       
-       <p><b>Integration with Windows.Forms</b> has not been started, such as, data binding 
-       to a System.Windows.Forms.DataGrid.  This may involve implementing many classes
-       in System.Windows.Forms and System.Data.
-       
-       <p><b>Integration with <a href="http://gtk-sharp.sourceforge.net/">GTK#</a></b> 
-       has not been started, such as, data binding
-       to a GtkTreeView.  This may involve creating new classes
-       to go between the glist data model and the ADO.NET data model.
-       Mike Kestner would be the best person to ask for help on GTK#.
-       
-       <p><b>Integration with QT#</b> has not been started.  Any information on 
-       how this can be done is appreciated.  Adam Treat would be the best 
-       person to ask about QT#.
-       
-       <p><b>Building System.Data</b>
-       
-       <p>The System.Data.dll gets built with the rest of the class library.
-       To compile the System.Data.dll assembly separately, you need:
-
-       <b>On Unix</b>
-
-       <ul>
-               * update your mono sources. Be sure you have latest mcs.exe
-                 and .dll's, since there have been many fixes needed for
-                 compilation on Linux.
-
-               * compile System.Data.dll:
-<pre>
- cd mcs/class/System.Data<br>
- mcs --target library -o \
-    System.Data.dll @list
-</pre>
-       </ul>
 
-       <b>On Windows</b>
-
-       <ul>
-               * update your mono sources. Be sure you have latest mcs.exe
-                 and .dll's.  You can use the same method as Linux, 
-                 or you can use NAnt.
-
-               * To use NAnt:
-
-<pre>
- cd mcs/class/System.Data
- ../../nant/NAnt.exe
-</pre>
-                       
-               * This will automatically copy the System.Data.dll to Test.
-                 If you need to do a clean for the System.Data.dll assembly,<br><br>
-
-<pre>
- cd mcs/class/System.Data
- ../../nant/NAnt.exe clean 
-</pre>
-       </ul>
-
-* Testing
+** Testing
 
 <ul>
-       <li>Testing connection-oriented classes are done via the provider specific tests
+       <li>Testing connection-oriented classes are done 
+       via the provider specific tests
+       found in the mcs source at mcs/class</br>
+               <table border=1>        
+                       <tr>
+                               <td><b>Name</b></td>
+                               <td><b>Assembly /</br> Namespace</b></td>
+                               <td><b>Test</b></td>    
+                       </tr>           
+                       
+                       <tr>
+                               <td>Microsoft</br> SQL</br> Server</br></td>
+                               <td>System.Data /</br> System.Data.SqlClient</td>
+                               <td>SqlTest.cs at</br> System.Data/Test</td>
+                       </tr>
+
+                       <tr>
+                               <td>PostgreSQL</br> (Npgsql)</td>
+                               <td>Npgsql /</br> Npgsql</td>
+                               <td>*.cs at</br> Npgsql/Test</td>
+                       </tr>
+
+                       <tr>
+                               <td>Oracle</br> (Mono)</td>
+                               <td>System.Data.OracleClient /</br> System.Data.OracleClient</td>
+                               <td>TestOracleClient.cs at</br> System.Data.OracleClient/Test</td>
+                       </tr>
+
+                       <tr>
+                               <td>ODBC</br> (Mono)</td>
+                               <td>System.Data.Odbc /</br> System.Data</td>
+                               <td>OdbcTest.cs (to connect to MS SQL Server)at</br> System.Data/Test</td>
+                       </tr>
+                       
+               </table>
+       
 
        <li><a href="http://www.go-mono.com/testing.html">Testing non-connection classes</a> are 
-       done via mono's modified version of NUnit.</li>
-
+       done via mono's modified version of NUnit.
+               <ul>
+                       <li>To run all the NUnit tests for Mono, you need the mcs source.  cd to the root
+                       of the mcs source.  To run it:
+                               <ul>
+                                       <li>make test</li>
+                               </ul>
+                       </li>
+                       <li>If you just want to run the NUnit tests for System.Data, you would cd into
+                       the mcs source at class/System.Data/Test and run it:
+                               <ul>
+                                       <li>make test</li>
+                               </ul>
+                       </li>
+               </ul>
+       </li>
+               
 </ul>  
+