Subject | Re: Howto create >1 field in table, using IBOConsole or IBAccess? |
---|---|
Author | Christoph <lists@arilan.com> |
Post date | 2003-02-26T23:44:07Z |
You can do this in IBAccess and I think you can do it in IBOConsole.
In IBAccess:
Click on 'Tables' on the left hand side.
Doubleclick on the table you want to change.
Click on the 'fields' tab.
Click on the 'new' button.
Enter in the field details.
Click on ok.
Say Woo hoo!
Christoph
--- In ib-support@yahoogroups.com, "jwhinyyc <wexsessa@t...>"
<wexsessa@t...> wrote:
In IBAccess:
Click on 'Tables' on the left hand side.
Doubleclick on the table you want to change.
Click on the 'fields' tab.
Click on the 'new' button.
Enter in the field details.
Click on ok.
Say Woo hoo!
Christoph
--- In ib-support@yahoogroups.com, "jwhinyyc <wexsessa@t...>"
<wexsessa@t...> wrote:
> --- In ib-support@yahoogroups.com, "Carlos Chávez" <cchavez@a...>
> wrote:
> >
> > exist a command call ALTER TABLE. this command allow add, delete
> fields,
> > indexes, primary key, etc. maybe is similar in MS SQL SERVER.
>
> I assumed that I could achieve the desired result using DDL,
> but both IBOConsole & IBAccess look like they can do it via their
> GUI, if only I had the missing critical piece of information.