dam_getNextView
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function gets the next view from all currently active views.
int dam_getNextView(
DAM_HDBC hdbc,
char * pTableQualifier,
char * pTableOwner,
char * pTableName)
Parameters for dam_getNextView
| Parameter | Type | Description |
| IN | ||
| hdbc | DAM_HDBC | The connection handle. |
| OUT | ||
| pTableQualifier | char * | The qualifier name. Pass in a buffer of 128 characters. |
| pTableOwner | char * | The owner name. Pass in a buffer of 128 characters. |
| pTableName | char * | The view name. Pass in a buffer of 128 characters. |
| RETURN | ||
| int | DAM_SUCCESS - on success DAM_FAILURE - on failure DAM_NO_DATA_FOUND - end of views list |