Pascal Sql Unresolved Table |
An SQL table reference that was not linked up to a declaration in the resolve process. This will occur when a table is referenced in a select or other statement, and no create or declare for the table is found. For example:
exec sql select col1 into :x from table1...; { if table1 is never declared or created, it is an } { unresolved table }
Scientific Toolworks, Inc. http://www.scitools.com |