Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrieve the table's Unique Constraint from FireB
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Divers
Thread ID:
01266183
Message ID:
01269058
Vues:
12
Yes, that will do it. Another way would be to use VFP's SQLTABLES command to return a cursor of tables, and then try to LOCATE your desired table in it. Or just wrap a simple SELECT in a TRY...CATCH...ENDTRY block; if you don't get an error you know the table exists. By the way, Firebird's system tables are very well documented in Helen Borrie's excellent "The Firebird Book", which basically taught me the product.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform