Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

noseDeep

Erro estranho

Recommended Posts

Ola, estou com um estranho problema com o firebird/interbase ( o erro acontece nos 2 )tipo eu crio a tabela beleza bunitinho e tal mas no IBConsole eu abro a tabela da pra ve a estrutura o codigo sql mas qnd clico em "DATA" ele fala que a tabela nao existe!!!!!!!! alguem sabe me informar que erro é esse?e no delphi acontece a mesma coisa fala q a tabela nao existe, mas ja no IB EXPERT ela funciona perfeitamenteno delphi o erro acontece quando eu tento ativar o query e/ou table.... ele conecta normal no database

Compartilhar este post


Link para o post
Compartilhar em outros sites

Qual doi o codigo que você digitou pra criar a Tabela no Query?dependendo foi o codigo que você não esta acertando direito. Escreva ai e veremos como deve ser! B)

Compartilhar este post


Link para o post
Compartilhar em outros sites

o problema nao é o codigo pq eu crio uma tabela com 1 campo e da o mesmo erro... ctza q nao e o codiog mas aih vai ( gerado com Case Studio 2 )/*Created 5/11/quinta-feiraModified 5/11/quinta-feiraProject Model Company Author Version Database Firebird */Create Table "Doencas" ( "CodDo" Integer NOT NULL, "Nome" Char(40), "Sintomas" Char(50), Primary Key ("CodDo"));Create Table "Veterinarios" ( "Cpfvet" Char(14) NOT NULL, "Nome" Char(40), "Telefone" Char(30), "Celular" Char(30), "Endereco" Char(30), "Cep" Char(9), "Estado" Char(2), "E_mail" Char(40), Primary Key ("Cpfvet"));Create Table "Estoque" ( "Codprod" Integer NOT NULL, "Nome" Char(40), "Descricao" blob sub_type 0 segment size 255, "Categoria" Char(5), "Cnpj" Char(20) NOT NULL, Primary Key ("Codprod"));Create Table "Fornecedor" ( "Cnpj" Char(20) NOT NULL, "Nome" Char(40), "Telefone" Char(30), "Endereco" Char(40), "Cep" Char(9), "Cidade" Char(20), "Estado" Char(2), "E_Mail" Char(40), "Obs" blob sub_type 0 segment size 255, Primary Key ("Cnpj"));Create Table "Financeiro" ( "Codfin" Integer NOT NULL, "DespAt" Float, "LucrosAt" Float, "LucrosExAt" Float, "DespExAt" Float, "DespAc" Float, "LucrosAc" Float, "SituacaoFinal" Float, Primary Key ("Codfin"));Create Table "ConsultasVet" ( "CodConsulta" Float NOT NULL, "Cpfvet" Char(14) NOT NULL, "Data" Timestamp, "Descricao" blob sub_type 0 segment size 255, Primary Key ("CodConsulta"));Create Table "Animais" ( "Registro" Char(12) NOT NULL, "Nome" Char(40), "DataN" Timestamp, "DataCadastro" Char(20), "NomePai" Char(40), "NomeMae" Char(40), "Raca" Char(40), "Baia" Char(3), "Vacinas" blob sub_type 0 segment size 255, "HDoencas" blob sub_type 0 segment size 255, "Sexo" Char(10), "Foto" Char(20), "GastoM" Float, "Descricao" blob sub_type 0 segment size 255, "Livro" Char(20) NOT NULL, "Pelagem" Char(20), Primary Key ("Registro"));Create Table "AnimalCliente" ( "Registro" Char(12) NOT NULL, "CPF" Char(14) NOT NULL, "numero" Integer NOT NULL, Primary Key ("Registro"));Create Table "Cliente" ( "CPF" Char(14) NOT NULL, "Nome" Char(40), "Telefone" Char(30), "Endereco" Char(40), "Cep" Char(9), "Cidade" Char(20), "Estado" Char(2), "CodAnimal" Numeric(10,0), "Obs" blob sub_type 0 segment size 255, "E_mail" Char(40), Primary Key ("CPF"));Create Table "Usuarios" ( "codigo" Integer NOT NULL, "Nome" Char(40), "Nivel" Smallint, "DataCadastro" Timestamp, Primary Key ("codigo"));Create Table "Pedidos" ( "codigopedido" Integer NOT NULL, "Quantidade" Char(20), "DataPedido" Timestamp, "DataEntrega" Timestamp, "Cnpj" Char(20) NOT NULL, "codigo" Integer NOT NULL, Primary Key ("codigopedido"));Create Table "Adestramento" ( "CodAdestramento" Integer NOT NULL, "DataInicio" Timestamp NOT NULL, "DataFim" Timestamp NOT NULL, "Observacao" blob sub_type 0 segment size 255, "Registro" Char(12) NOT NULL, "CodAdestrador" Integer NOT NULL, Primary Key ("CodAdestramento"));Create Table "Adestrador" ( "CodAdestrador" Integer NOT NULL, "NomeAdestrador" Char(20), "Endereco" Char(20), "Telefone" Char(16), "Celular" Char(16), "Email" Char(20), "Observacao" blob sub_type 0 segment size 255, Primary Key ("CodAdestrador"));outra coisa, em interbase/firebird pra min usar um campo memo é blob mesmo neh? pq em mysql eu uso ele

Compartilhar este post


Link para o post
Compartilhar em outros sites

Qual doi o codigo que você digitou pra criar a Tabela no Query?dependendo foi o codigo que você não esta acertando direito. Escreva ai e veremos como deve ser! B)

Voce esta desenvolvento um sistema p/clinica veterinária?Voce poderia manda-lo p/mim dar uma olhada.Desde já antecipo meus agradeicmentosJulio Rondonsetembrosjnr@hotmail.com

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.