[firebase-br] Como saber se uma tabela existe no banco?

Daniel / Tecnobyte temp em tecnobyte.com.br
Qui Out 21 14:03:38 -03 2004


Faça uma busca na tabela de sistema RDB$RELATIONS, filtrando pela coluna
RDB$RELATION_NAME. Exemplo:

SELECT 1 FROM RDB$RELATIONS
WHERE RDB$RELATION_NAME='CLIENTE';

Se a tabela 'CLIENTE' existir, esta consulta vai retornar o número 1.

Atenciosamente.

Daniel P. Guimarães
Tecnobyte Informática
www.tecnobyte.com.br





Mais detalhes sobre a lista de discussão lista