Upgrade nbear to v2.1.0. Major updates are as follows:
1) added Oracle and MySQL db providers so that nbear currently supports Oracle and My SQL databases;
2) fix the command cache issue in lukiya when calling the same stored procedure with different parameter lists (although this is not common;
3) fixed the automatic filling of the parameter values when the command parameter name contains numbers or underscores;
The link to the old version user manual has been updated to the new version V1.1 corresponding to v2.1.0.
Download new user manual from blog
Download the latest nbearv2.1.0 source code and user manual from SF. net
Test Oracle and MySQL DB Provider
Due to the limitations of the test environment, the two dbproviders in the new version are only tested in a limited environment. Currently, it is not sure whether other environments can run normally.
Details:
1. oracledbproviderthe entitygen.exe tool of oracledata source is only tested in Oracle 10g express edition. I wonder if it can run properly in oracle9 and oracle8;
2. The entitygen.exe tool that corresponds to mysqldbprovideris only tested in the mysql5.0 environment. Currently, only database connection strings in odbc dsn mode are supported (refer to the settings in the new user manual). You must download the MySQL ODBC driver to run the tool, I don't know if mysql4.0 can run normally.
For the above two providers, if a friend with a test environment can help with the test, thank you very much! All the testers, Teddy, will add them to the acknowledgment list in the next version.
--
Introduction to nbear
Nbear is A. NET 2.0-based, C #2.0 open allSource codeSoftware development framework class library. The nbear design goal is to do its utmost to reduce the workload of developers, maximize development efficiency, and balance performance and scalability.
Open source Protocol: BSD.