DotNetFirebird.org DotNetFirebird
Using Firebird SQL in .NET.
Friday, January 07, 2005

ADO.NET Provider Features

Firebird has a fully featured managed ADO.NET provider with rich set of features:
  • Connection pooling
  • MSSQL-style named parameters ("@parameter") as well as ODBC-style parameters ("?")
  • Implicit transactions
  • CommandBuilder
  • VS.NET visual design support
  • StoredProcedure CommandType support
  • Transparet text BLOB support
  • Metadata retrieval support
  • Database service API support (backup, restore, statistics, configuration)
You can download the ADO.NET provider here.

Comments:

two questions

1) i try to implement this feature (with borland 2005 c#) and i was not able to attach the dataAdapter to the dataset (cant't create a typed dataset) in the form.

2) i'm not sure the interest of using adonet, because with borland a solution seem's to be really interresting as the BDP (just changing the connection string, add an assembly for the database provider and you can use has well firebird, mysql, ... without any change in the code.

Vincent
Sorry, I don't have experience with Borland. Try asking at this forum: http://lists.sourceforge.net/lists/listinfo/firebird-net-provider
Blog comments are closed.



Previous

Archives