8273   Column name '%s' ambiguous

Cause

This error occurs if the specified column in the select list or WHERE clause was found in more than one of the tables specified in the table list.

Action

Correct the SQL statement by specifying the table from which the column is to be selected and call SQLPrepare again.