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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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.