[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Campo Extras
Página 1 de 1

Campo Extras

Enviado: Abril 27th, 2012, 12:28 pm
por dmfilho
Bom dia..

Estou tendo um problema ao incluir um campo "extras" em uma tabela.

Tenho duas tabelas "Manifestação" e "PalavrasChave", onde PalavrasChave é filha de Manifestação. Ao incluir um campo "Extras" em minha tabela de PalavrasChave e ao tentar realizar um cadastro na tabela PalavrasChave está dando a seguinte mensagem:

Dynamic SQL Error
SQL error code = -206
Column unknown
PalavrasChave.Documentonr
at line 11, column 17.

O campo Documentonr é o que estou tentando incluir como "Extras".

Obs.: já executei o adapter e fiz as atualizações.

Att..

Daniel Montello Filho

Re: Campo Extras

Enviado: Abril 27th, 2012, 4:41 pm
por Gustavo
Olá,

Desculpe, mas não ficou claro o relacionamento entre as tabelas, o campo Documentonr pertence fisicamente a qual tabela?

Poderia expor os relacionamentos entre as tabelas pai e filha, pois o erro -206 tem haver com campo inexistente em tabela.

Re: Campo Extras

Enviado: Abril 29th, 2012, 11:48 am
por dmfilho
Eu tenho na tabela "Manifestação", tabela pai, os seguintes campos:
Numero - inteiro 6
DocumentoNR - alfa 50
DocumentoDt - Data 8
Interessado - alfa 50
Assunto - alfa 50
TipoDocumento - alfa 15 - Lista interna (Combo Drop)
Link - alfa 60

E na tabela "PalavrasChaves", tabela filha, os seguintes campos:
ManifestacaoNr - inteiro 6 - relacionamento com a tabela "Manifestaçao"
PalavraChave - alfa 50

Estou precisando colocar como campos extras na tabela "PalavrasChaves" os campos: DocumentoNr, DocumentoDt, Interessado, Assunto, TipoDocumento e Link.

Neste momento é que dá o problema citado.

Re: Campo Extras

Enviado: Abril 29th, 2012, 11:52 am
por dmfilho
Complementando a informãção anterior
O Campo "PalavrasChaves.ManifestacaoNr" está relacionado com o Campo "Manifestação.Numero"

E já tenho o cadastro entre pai e filho funcionando. O problema é quando incluo os campos extras..

Re: Campo Extras

Enviado: Maio 2nd, 2012, 1:26 pm
por dmfilho
Resolvi o problema criando um campo e colocando como chave primária.

Daniel Montello Filho