Erro ao cria tabela Interbase
Olá colegas,
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.
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
Curtidas 0
Respostas
Afarias
23/09/2004
me parece um erro na sua base de dados. vc não teria criado essa base de dados em versão diferendo do IB ou FB q está usando agora??
T+
T+
GOSTEI 0
Glauber_marques
23/09/2004
Não... estou criando tudo com IB 6
GOSTEI 0
Rodolpho123
23/09/2004
Tente reinstalar o IB...
GOSTEI 0
Afarias
23/09/2004
|Não... estou criando tudo com IB 6
então faça um backup e restaure a base. se for o caso use GFIX -v -f antes.
T+
então faça um backup e restaure a base. se for o caso use GFIX -v -f antes.
T+
GOSTEI 0