Re: ***SPAM*** [firebird-support] Not visible columns

2012-08-24 Thread jk...@freemail.gr
mailto:lester%40lsces.co.uk>> > To: firebird-support@yahoogroups.com > <mailto:firebird-support%40yahoogroups.com> > Sent: Wednesday, August 15, 2012 8:53 AM > Subject: Re: ***SPAM*** [firebird-support] Not visible columns > > Tupy... nambá wrote: > > I have a table whose colum

Re: ***SPAM*** [firebird-support] Not visible columns

2012-08-15 Thread Lester Caine
Tupy... nambá wrote: > Lester, > > Below, the DDL command used to build the table. > CREATE TABLE RH_CARGOS ( >ID_CARGO INTEGER NOT NULL, >DESCRICAO VARCHAR(70) CHARACTER SET WIN1252 DEFAULT '' NOT NULL COLLATE > WIN1252, >STATUS INTEGER NOT NULL, >CARGO_SEM_DETALHE INTEGER NOT NUL

Re: ***SPAM*** [firebird-support] Not visible columns

2012-08-15 Thread Tupy . . . nambá
ster Caine To: firebird-support@yahoogroups.com Sent: Wednesday, August 15, 2012 8:53 AM Subject: Re: ***SPAM*** [firebird-support] Not visible columns Tupy... nambá wrote: > I have a table whose columns are showed as not existing, at designers (as at > EMS SQL Studio or ErWin) and also at

Re: ***SPAM*** [firebird-support] Not visible columns

2012-08-15 Thread Lester Caine
Tupy... nambá wrote: > I have a table whose columns are showed as not existing, at designers (as at > EMS SQL Studio or ErWin) and also at the DDL comands for the table. But if > you execute a SELECT command on it, it list all existing columns, and their > data. > > For your delight, I send pict