HI all,
Trying to get some folks familiar with C#. They have downloaded the express
edition. Theses guys are used to firebird.
My question is, Are the express editions able to work with databases outsite
of MSSQL such as firebird.
Thanks
Robert
Marc Gravell - 29 Apr 2008 08:32 GMT
As long as you have a suitable provider, then yes. The IDE might not
necessarily give you as much support, but the runtime should be fine.
Some quick search results yield:
http://yacoding.blogspot.com/2006/04/connecting-to-firebird-in-c.html
http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=tools
Marc
Arne Vajhøj - 30 Apr 2008 01:40 GMT
> Trying to get some folks familiar with C#. They have downloaded the
> express edition. Theses guys are used to firebird.
> My question is, Are the express editions able to work with databases
> outsite of MSSQL such as firebird.
Yes.
Download and install ADO.NET provider from
http://www.firebirdsql.org/dotnetfirebird/download/index.html,
make a ref to FirebirdSql.Data.Firebird.dll and
start coding with FbConnection etc..
Arne