Fórum Erro ao cria tabela Interbase #46935
23/09/2004
0
Trabalho com Delphi a um certo tempo, porém só agora começo a mexer com Interbase (trabalhava com Paradox). Já criei 3 tabelas, porém ao criar mais uma, aparece o seguinte erro:
Unsuccessful metadata update
Generation of column name failed
invalid request BLR at offset 28
generator RDB$FIELD_NAME is not defined
Statement: Create table Atores (
Ator_Codigo integer not null,
Ator_Nome varchar(25) not null,
Ator_DtNasc Date not null,
Ator_DtFalesc Date not null,
Ator_FilRef1 integer not null,
Ator_FilRef2 integer not null,
Ator_FilRef3 integer not null,
Ator_FilRef4 integer not null,
Ator_FilRef5 integer not null,
Ator_FilRef6 integer not null,
Ator_FilRef7 integer not null,
Ator_FilRef8 integer not null,
Ator_FilRef9 integer not null,
Ator_FilRef10 integer not null,
Ator_QntOscar integer not null,
constraint PK_ATORES primary key(Ator_Codigo));
A syntax creio estar correta. Já tentei tudo em maíusculo e o mesmo erro ocorre. Será que alguém poderia me ajudar???
Obrigado a todos,
Glauber M.
Glauber_marques
Curtir tópico
+ 0Posts
23/09/2004
Afarias
T+
Gostei + 0
23/09/2004
Glauber_marques
Gostei + 0
24/09/2004
Rodolpho123
Gostei + 0
24/09/2004
Afarias
então faça um backup e restaure a base. se for o caso use GFIX -v -f antes.
T+
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)