First page Back Continue Last page Overview Graphics
Access Methods
Profiles can be defined for three different access methods:
- SQL
- You provide the SQL and get back what you ask for.
- Record-Based
- You define the table schema, and it handles the SQL.
- Template-Based
- You provide some of the SQL, and it handles the rest.
Notes: