This tool generates the TableDataGateway classes and SQL scripts that create stored procedures for the tables in your database. The generated classes use the patterns & practices Enterprise Library.
License
GNU General Public License version 2.0 (GPLv2)Follow DataTierGenerator for Enterprise Library
Other Useful Business Software
Cut Cloud Costs with Google Compute Engine
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
Rate This Project
Login To Rate This Project
User Reviews
-
I was getting an collation error when running the project and found that I needed to add "collate SQL_Latin1_General_CP1_CI_AS" to the ColumnQuery.sql and TableQuery.sql entries in the SQL folder. After adding this to the end of the LEFT JOIN lines it worked great.