cplusDBAction 4.2 Copyright addoit GmbH 2009
The code
generator handles views like any other tables. They have all the methods and
properties as normal tables, the only difference being that they are read-only
and therefore the view classes do not contain methods like Update(), Insert()
and Delete().
The next
section contains several view examples.
Related Topics
7.1 Simple Views (code from clsDBGenType::clsDeclarationView1)
7.2 View with Query (code from clsDBGenType::clsDeclarationView2)
7.3 View with Group By (code from clsDBGenType::clsDeclarationView3)