Subject RE: [IBO] Notes / Comments with fields
Author Jason Wharton
It all depends on if you can load BLOB contents via direct SQL. I cannot
remember when that capability was added, but doing this should make it
possible to write them as update statements.

I would like to get the ability to use parameters and local variables with
the TIB_Script component. That is on my list of features for IBO v5.x.

Jason


> -----Original Message-----
> From: Robert martin [mailto:rob@...]
> Sent: Tuesday, November 16, 2004 3:06 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Notes / Comments with fields
>
>
>
> 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