Database
dbag.txt
Associated article: Rapid Data Access Tier Implementation
Tags: Database .NET C/C++
Published source code accompanying the article by John Cheng, Abdul Akbari, and Hong Rong in which they present DBAG, a tool for automating the creation of domain-specific classes. Also see DBAG.ZIP.
Rapid Data Access Tier Implementation by John Cheng, Abdul Akbari, & Hong Rong Listing One (a) For single table DEPT ( OID NOT NULL NUMBER(38), DEPTNO NOT NULL NUMBER(2), DNAME VARCHAR2(14), LOC VARCHAR2(13) ) (b) Corresponding class generated in C# public class ...


