Pascal Sql Column |
A column from an SQL table. A column entity will be created for referenced columns as well as for columns that are defined in table create/declare statements. For example:
create table employee (enumber smallint, address varchar(80)); { enumber and address are columns } exec sql select col1 into :x from table1...; { col1 column entity created }
Scientific Toolworks, Inc. http://www.scitools.com |