FirebirdClient v2.0 Release Candidate 5 released

FirebirdClient v2.0 Release Candidate 5 is available for download.

Hope this can be the last Release Candidate version before the final
release, of course, if there are no big issues reported in the next weeks.

Download information can be found here:

· Release Candidate 5 ( 2006-06-01 ) ·

FirebirdClient v2.0 Release Candidate 3 released

FirebirdClient v2.0 Release Candidate 3 is available for download.
Download information can be found here
Release Candidate 3 ( 2006-04-19 )·(Please review the changelog for details)

FirebirdClient 2.0 Release Candidate 2 released

· Release Candidate 2 ( 2006-04-08 ) ·

Bug Fixes:

– Changed the Service maneger name sent to the server in the
Services API implementation to get it working with Firebird 2.0

– Added a new StoredProcedureColumn concept to the DDEX provider,
to try to fix a problem when dragging selectable stored procedures
from the Server Explorer onto a DataSet.

Changes:

– Changed the way the FbParameter class infers Value data type.

FirebirdClient 2.0 Release Candidate 1 released

Hello:

FirebirdClient 2.0 Release Candidate 1 for Microsoft.NET 2.0 is available for download.
This version only bug fixes will be allowed on v2.0 sources.
Download information can be found here.

Release Notes

FirebirdClient 2.0 Beta 4 released

FirebirdClient 2.0 Beta 4 for Visual Studio 2005 & Microsoft.NET 2.0, the ADO.NET Data Provider for Firebird, is available for download.

Download information can be found here

· Beta 4 ( 2006-02-03 ) · Please read the Changelog for details.

Bug Fixes:

  • Fixed Foreign Keys schemas.
  • Fixed problem with the COLUMN_SIZE column in the FbViewColumns schema.
  • Bug fix in FbPoolManager when trying to return back to the pool a connection.
  • Fixed DataTypes schema in the FbMetaData.xml file.
  • New Features:
  • [DDEX] Foreign keys should be now automaticalled added to DataSets at design time when dropping tables from the Server Explorer.
  • Added correct support for the new .net 2.0 DbParameter.SourceColumnNullMapping property (Alexander V. Leshkin)
  • Initial implementation of the new extended support for char/varchar fields with OCTETS character set.
  • Changes:
  • Added RemoteEventId property to FbRemoteEvent class.