| DotNetFirebird Using Firebird SQL in .NET. |
|
Home
Features
Download
Documentation
FAQ
Tools and Code
About
Blog
|
Wednesday, March 02, 2005
What's New in Firebird ADO.NET Provider 1.7
The ADO.NET provider 1.7 is currently in RC2. This is the list of main new features (compared to 1.6.3):
Comments:
Hello:
Some other new things on 1.7 are: * A new FetchSize parameter in the connection string and a new FetchSize property in the FbCommand class. * A better Connection pooling implementation. * Support for the OCTETS character set ( it's untested right now but i hope to add some nunit tests before the 1.7 final release :) ) * Array data type support has been improved. * The FbDataAdapter class now executes insert, update and delete commands using always ExecuteNonWuery calls (by override the Update(DataRow[], DataTableMapping) method, this allows to use sp that didn't return values with the FbDataAdapter) And a minor correction, there are two things that should be in 1.6.3 as well: * "The assembly should now be available in the Visual Studio Add Reference dialog box after the installation (when using the installationpackage)." * "New SQL/DDL batch execution support." (if you mean the classes under the FirebirdSql.Data.Firebird.Isql namespace, the batch command execution on FbCommand and FbDataReader classes has been removed in 1.7 as it was not working correctly for all type of statements) Keep up the great work in this blog, it's really great !! -- Best regards Carlos Guzmán Álvarez Vigo-Spain
Dan,
Thanks for the good work. Do you know if the .NET provider 1.7 will work with .NET 2.0? How do you fill a dataset muliple output parameters when calling a Stored Procedure? TIA!!
Dan,
I am trying to use the .net provider in VB. How do I get notification for events? I have not had much luck - an sample "cut and paste" code example would be great - thanks Blog comments are closed.
Previous
Archives
Copyright © 2005 - 2007 DotNetFirebird |