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-12 18:53:12 +0300
committerDaniel Morgan <monodanmorg@yahoo.com>2002-11-12 18:53:12 +0300
commit451af388d71c4393a779fd30ea01a3264084961b (patch)
treeea6b9e8822f2f73c2deae609eef6d0387b28c13a /web/firebird
parent358d3c04b207dd05c32cf5869a636f621db51ae3 (diff)
2002-11-12 Daniel Morgan <danmorg@sc.rr.com>
* doc/oledb * doc/odbc * doc/mysql * doc/sqlite * doc/sqlclient * doc/tdsclient * doc/sybase * doc/firebird: added web pages for each specific data provider * doc/ado-net * doc/postgresql: updated web page with current status * doc/web/commands * doc/web/makefile: updated to include svn path=/trunk/mono/; revision=8949
Diffstat (limited to 'web/firebird')
-rwxr-xr-xweb/firebird37
1 files changed, 37 insertions, 0 deletions
diff --git a/web/firebird b/web/firebird
new file mode 100755
index 00000000000..035e229f541
--- /dev/null
+++ b/web/firebird
@@ -0,0 +1,37 @@
+* 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><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.
+</ul>
+
+* Current Status
+
+<ul>
+ <li>Currently, it is able to connect to Firebird and Interbase databases
+ and execute commands
+
+ <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.
+</ul>
+
+* Action Plan
+
+<ul>
+ <li>Get it to work on Mono too
+
+ <li>TODO
+</ul>