Salut,
J'ai une BD ACCESS que j'interface avec ADO et DELPHI 7.
Je cherche a tester la presence d'une certaine table connaissant son nom.
C'etait possible avec le TTAble du BDE mais il doit y avoir une equivalence sur ADO !Code:If AdoTable1.Exists then showmessage('Table Toto presente !');
Merci