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-11-20 02:08:00 +0300
committerDaniel Morgan <monodanmorg@yahoo.com>2002-11-20 02:08:00 +0300
commit25fc0f820b8f22187d78fb66bf7d35ccd7fe0224 (patch)
treeb103f95b7b9bc64a4b2a3660d016f9b9670cfc3d
parent2e561bb2d3bc0840469f2dd7ba438d9b96bea734 (diff)
2002-11-19 Daniel Morgan <danmorg@sc.rr.com>
* doc/firebird: updated web page based on input from the firebird .net data provider author svn path=/trunk/mono/; revision=9097
-rw-r--r--ChangeLog4
-rwxr-xr-xdoc/firebird52
-rwxr-xr-xweb/firebird52
3 files changed, 76 insertions, 32 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ba9efdcb60..11d0ccd08a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-19 Daniel Morgan <danmorg@sc.rr.com>
+
+ * doc/firebird: updated web page based on input
+ from the firebird .net data provider author
Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
diff --git a/doc/firebird b/doc/firebird
index 035e229f541..c5dd3d55de9 100755
--- a/doc/firebird
+++ b/doc/firebird
@@ -1,37 +1,57 @@
* Firebird and Interbase Data Provider
<ul>
- <li>Does not exist in Mono, but is a separate project
-
- <li><a href="http://sourceforge.net/projects/firebase-net/">Firebird and Interbase
- Data Provider</a> for Microsoft .NET and Mono
+ <li>Does not exist in Mono, but is a separate project</li>
<li><a href="http://firebird.sourceforge.net/index.php">Firebird Relational Database</a> is
an independent project which uses source code based on the Interbase source code released
- by Borland under the Interbase Public License.
+ by Borland under the Interbase Public License.</li>
+
+ <li>Both the Firebird Relational Database and the Firebird .NET Data Provider can be
+ downloaded from <a href="http://sourceforge.net/projects/firebird/firebird">here</a></li>
+
+ <li>The Firebird .NET Data provider has been made
+ available by Carlos Guzmán Álvarez (aka "Carlos G.A."), who has also made a
+ number of contributions to the OdbcJdbc code.</li>
+
+ <li>Stuff that works:
+ <ul>
+ <li>CommandBuilder</li>
+ <li>DataReader</li>
+ <li>SchemaTable</li>
+ <li>DataAdapter</li>
+ <li>BatchQuerys</li>
+ <li>ExecuteNonQuery</li>
+ </ul>
+ </li>
+
</ul>
* Current Status
<ul>
<li>Currently, it is able to connect to Firebird and Interbase databases
- and execute commands
+ and execute commands</li>
<li>The new data
- provider/driver is written in C# and provides a high-performance native
- implementation of the GDS32/API functions. This means that .Net developers
- will be able to access Firebird databases without the need of Firebird
- client install. In support of the new module, a new mailing list
- "firebird-net-provider" has been created. Please use this list for any
- questions that you may have about the provider. This provider has been made
- available by Carlos Guzmán Álvarez (aka "Carlos G.A."), who has also made a
- number of contributions to the OdbcJdbc code.
+ provider/driver is written in C# and provides a high-performance native
+ implementation of the GDS32/API functions. This means that .Net developers
+ will be able to access Firebird databases without the need of Firebird
+ client install.<li>
+
+ <li>In support of the new module, a new mailing list
+ <a href="http://lists.sourceforge.net/lists/listinfo/firebird-net-provider">firebird-net-provider</a> has
+ been created. Please use this list for any
+ questions that you may have about the provider.</li>
+
+ <li>CommandBuilder works</li>
+
</ul>
* Action Plan
<ul>
- <li>Get it to work on Mono too
+ <li>Get it to work on Mono too</li>
- <li>TODO
+ <li>Connection Pooling.</li>
</ul>
diff --git a/web/firebird b/web/firebird
index 035e229f541..c5dd3d55de9 100755
--- a/web/firebird
+++ b/web/firebird
@@ -1,37 +1,57 @@
* Firebird and Interbase Data Provider
<ul>
- <li>Does not exist in Mono, but is a separate project
-
- <li><a href="http://sourceforge.net/projects/firebase-net/">Firebird and Interbase
- Data Provider</a> for Microsoft .NET and Mono
+ <li>Does not exist in Mono, but is a separate project</li>
<li><a href="http://firebird.sourceforge.net/index.php">Firebird Relational Database</a> is
an independent project which uses source code based on the Interbase source code released
- by Borland under the Interbase Public License.
+ by Borland under the Interbase Public License.</li>
+
+ <li>Both the Firebird Relational Database and the Firebird .NET Data Provider can be
+ downloaded from <a href="http://sourceforge.net/projects/firebird/firebird">here</a></li>
+
+ <li>The Firebird .NET Data provider has been made
+ available by Carlos Guzmán Álvarez (aka "Carlos G.A."), who has also made a
+ number of contributions to the OdbcJdbc code.</li>
+
+ <li>Stuff that works:
+ <ul>
+ <li>CommandBuilder</li>
+ <li>DataReader</li>
+ <li>SchemaTable</li>
+ <li>DataAdapter</li>
+ <li>BatchQuerys</li>
+ <li>ExecuteNonQuery</li>
+ </ul>
+ </li>
+
</ul>
* Current Status
<ul>
<li>Currently, it is able to connect to Firebird and Interbase databases
- and execute commands
+ and execute commands</li>
<li>The new data
- provider/driver is written in C# and provides a high-performance native
- implementation of the GDS32/API functions. This means that .Net developers
- will be able to access Firebird databases without the need of Firebird
- client install. In support of the new module, a new mailing list
- "firebird-net-provider" has been created. Please use this list for any
- questions that you may have about the provider. This provider has been made
- available by Carlos Guzmán Álvarez (aka "Carlos G.A."), who has also made a
- number of contributions to the OdbcJdbc code.
+ provider/driver is written in C# and provides a high-performance native
+ implementation of the GDS32/API functions. This means that .Net developers
+ will be able to access Firebird databases without the need of Firebird
+ client install.<li>
+
+ <li>In support of the new module, a new mailing list
+ <a href="http://lists.sourceforge.net/lists/listinfo/firebird-net-provider">firebird-net-provider</a> has
+ been created. Please use this list for any
+ questions that you may have about the provider.</li>
+
+ <li>CommandBuilder works</li>
+
</ul>
* Action Plan
<ul>
- <li>Get it to work on Mono too
+ <li>Get it to work on Mono too</li>
- <li>TODO
+ <li>Connection Pooling.</li>
</ul>