show table
Olá!
Alguém sabe se tem como executar no delphi + Firebird, usando Dbexpress ou outro componente, o comando:
show table Nome_Tabela
Tenho que executar o comando acima e capturar o resultado. Este comando retorna algo do tipo:
SQL> show table CLIENTE;
rg INTEGER Not Null
nome VARCHAR(40) Not Null
sexo SMALLINT Nullable
CONSTRAINT PK_CLIENTE:
Primary key (rg)
SQL>
Obrigado,
Paulo
Alguém sabe se tem como executar no delphi + Firebird, usando Dbexpress ou outro componente, o comando:
show table Nome_Tabela
Tenho que executar o comando acima e capturar o resultado. Este comando retorna algo do tipo:
SQL> show table CLIENTE;
rg INTEGER Not Null
nome VARCHAR(40) Not Null
sexo SMALLINT Nullable
CONSTRAINT PK_CLIENTE:
Primary key (rg)
SQL>
Obrigado,
Paulo
Paulososi
Curtidas 0