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
path: root/doc
diff options
context:
space:
mode:
authorCarlos Guzmán Álvarez <carlos@mono-cvs.ximian.com>2004-02-22 00:26:22 +0300
committerCarlos Guzmán Álvarez <carlos@mono-cvs.ximian.com>2004-02-22 00:26:22 +0300
commite904baead71319ea93fec18b87c23a22865ccb4b (patch)
tree9b1b6395c5d204c7f056c84a1a9dd6fae07cd671 /doc
parentdd19314ac140824753617af6d3cd6429a769c8d6 (diff)
Updated information about the Firebird ADO.NET Data Provider
svn path=/trunk/mono/; revision=23310
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/firebird24
1 files changed, 4 insertions, 20 deletions
diff --git a/doc/firebird b/doc/firebird
index 76d7c7444bc..300513fead4 100755
--- a/doc/firebird
+++ b/doc/firebird
@@ -26,9 +26,9 @@
** Current Status
<ul>
- <li>Current stable version: 1.0</li>
+ <li>Current stable version: 1.5</li>
- <li>Current developement version: 1.5</li>
+ <li>Current developement version: 1.6</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
@@ -41,26 +41,10 @@
questions that you may have about the provider</li>
</ul>
-** New features & enhancements in 1.5 version
+** New features & enhancements in 1.6 version
<ul>
- <li>Better fit to ADO.NET</li>
-
- <li>New GDS implementation</li>
-
- <li>Implicit transaction support</li>
-
- <li>Array datatype support</li>
-
- <li>Firebird services API support</li>
-
- <li>Firebird events API support</li>
-
- <li>Stored procedure calls using Sql Server style</li>
-
- <li>Support for retrieve database schema information ( FbConnection.GetDbSchema )</li>
-
- <li>Improved Commandbuilder implementation</li>
+ <li>Firebird Embedded Server support</li>
</ul>
** Testing