example7.c sample program

The example7.c uses browse-mode techniques to determine the source of result columns from ad hoc queries. Determining the source of result columns is important because a browse-mode application can update only columns that are derived from a browsable table and are not the result of a SQL expression.

This sample program demonstrates how an application can determine which columns resulting from ad hoc queries can be updated using browse-mode techniques. It also prompts you for an ad hoc query. The results differ, depending on whether the select query includes the keywords for browse and whether the selected table can be browsed.