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
Time tracking software for the global workforce
It's easy with Hubstaff, a time-tracking and workforce management platform that automates almost every aspect of running or growing a business. Teams can track time to projects and to-dos using Hubstaff's desktop, web, or mobile applications. You'll be able to see how much time your team spends on different tasks, plus productivity metrics like activity rates and app usage through Hubstaff's online dashboard. Most of the available features are customizable on a per-user basis, so you can create the team management tool you need.
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.