Second release candidate of .Net Provider for OleDb
We are pleased to announce the second release candidate of our .NET Data Provider for interaction with Firebird and InterBase via IBProvider. By now, we have implemented all the functionality of System.Data.OleDb. If you want to transfer your .NET projects for FB/IB to the new level of functionality and quality, we recommend you to start using «LCPI .NET Data Provider for OLE DB». If you have any questions or suggestions, please write us.
Key capabilities of .NET Provider
You can have a look at the list of key components and capabilities of .NET Provider here.
Changes in .NET Provider
- Connection cloning implemented for creation of parallel transactions. See the OleDbConnection::CloneSession method. Example #17.
- The OleDbConnectionStringBuilder component improved.
- New service components:
- OleDbEnumeratorColumnNames
- OleDbMetaDataCollectionColumnNames
- OleDbMetaDataCollectionNames
- OleDbErrorSupport
- OleDbTypeSupport
- Support of other OLE DB providers slightly improved.
DDEX Provider
Now we have a full-fledged integration with Server Explorer from Visual Studio (2008/2010/2012). DDEX providers allow navigation through:
- System tables
- User tables
- User views (VIEW)
- Stored procedures
- Stored functions
We tried to make our DDEX provider of a higher quality than the DDEX provider for System.Data.OleDb.
When you set up a connection via IBProvider, enable:
- Automatic transactions — «auto_commit=true»
- Inclusion of a prefix into parameter name — «named_param_rules=1″
New EXE installer
To ensure correct registration of DDEX providers in the system, we had to create an additional shell for MSI package – Bootstrapper. The user interface was localized for your convenience.
The user functionality of Bootstrapper most closely resembles that UI MSI-package. We hope you will not have any problems starting and using it.
MSI package is still available for download from user accounts. To install DDEX providers correctly, you need to run the MSI package installation with system administrator rights. Bootstrapper provides this automatically.