Subject | Re: [IBO] USING TwwIBOTable |
---|---|
Author | Daniel Rail |
Post date | 2001-07-09T21:20:18Z |
At 07/09/2001 05:23 PM, you wrote:
YOUR_TABLE DROP "YEAR")
Hope this helps.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
>Hi all,To drop the column, reference the column as "YEAR" (i.e. ALTER TABLE
>
>I am trying to use a TwwIBOTable to append a record to a table called
>"CARS." While the database is IB 6.x, it dates back to 5.x where a
>column called "YEAR" was legal; and I don't know how to drop this column
>(Alter table ... does not work, since YEAR is a reserved word now).
YOUR_TABLE DROP "YEAR")
Hope this helps.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)