I would like to find column in tables. Why I have mistake when I run VBscript in Power Designer?
Dim table, column
for each table in activeModel.tables
for each column in table.columns
output column.name
next
next
Mistake is Object doesn't support this property or method: 'columns'.