Subject | Notes / Comments with fields |
---|---|
Author | Robert martin |
Post date | 2004-11-16T22:05:38Z |
Hi All
I know I can store notes about fields / Tables in FB. However I was
wondering if the IB_Script component supported any special syntax to
automatically load the appropriate tables i.e
CREATE TABLE Account
( AccountRef Numeric(11) NOT NULL, /*-This is a note to be included
about the field to the left */
AccName VarChar(30), /* This is a std note
and is not stored. the one above starts wit /*- */
AccCode VarChar(20),
..........
)^
I know I could probably code this myself but It would be a waste if
IB_Script already supports something similar.
Rob Martin
Software Engineer
phone 03 377 0495
fax 03 377 0496
web www.chreos.com
Wild Software Ltd
I know I can store notes about fields / Tables in FB. However I was
wondering if the IB_Script component supported any special syntax to
automatically load the appropriate tables i.e
CREATE TABLE Account
( AccountRef Numeric(11) NOT NULL, /*-This is a note to be included
about the field to the left */
AccName VarChar(30), /* This is a std note
and is not stored. the one above starts wit /*- */
AccCode VarChar(20),
..........
)^
I know I could probably code this myself but It would be a waste if
IB_Script already supports something similar.
Rob Martin
Software Engineer
phone 03 377 0495
fax 03 377 0496
web www.chreos.com
Wild Software Ltd