Firebird Embedded and .NET
I (Jiri Cincura) have created a small how-to for Firebird Embedded and .NET.
I (Jiri Cincura) have created a small how-to for Firebird Embedded and .NET.
The CVS tree has been tagged for the final v2.0 release. The builds will be available for download as soon as they pass the QA procedures. [From: Dmitry Yemanov/Firebird Developer’s Journal]
From Jim Starkey:
I said in a post this morning that I thought a single code base for
superserver and classic was a mistake. I thought it might be useful to
elaborate.
There are two new members of the .NET Provider project:
Jiri Cincura: Will handle the nigthly build process for the .NET
Provider, DDEX, …
Le Roy Arnaud: Will be the mantainer of the ASP.NET Web Providers.
Weekly builds of FB ADO.NET Provider (only) are available on http://netprovider.cincura.net/ .
C# compiler from MS .NET FW 2.0 is used, builds using Mono, etc. will come too.
Comments and request are welcome and can be send to firebird-net-provider@lists.sourceforge.net (or to me/Carlos).
From Dmitry Yemanov:
Implementation of the SQL-2003 compliant global temporary tables has been committed into the HEAD branch. This feature will be released in the next (post-v2.0) Firebird version. Design and implementation of the local temporary tables (both “defined” and “declared”, see the SQL specification for details) are being investigated, but there are no timeframes defined for that.
A few days ago I was trying to deploy my web app, which is using Firebird .NET Data Provider with design time stuff too. There was some problem with this, so I’ve created small how-to.
Here is the link: http://blog.vyvojar.cz/jirka/archive/2006/04/22/7975.aspx
After the “Creating Firebird database programatically (Delphi)” post I’ve created the “Creating Firebird database programatically (C#/.NET)” example.
You can find it on http://blog.vyvojar.cz/jirka/archive/2006/04/20/7968.aspx.
The .NET Provider for .NET 2.0 comes with ability to be used in Visual Studio in Database Explorer, etc. It’s very usefull, but you have to do some steps to add provider into it. Here you can find how to do this. If you’ll have some questions after, use the Firebird-net-provider list.