Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to retrieve the table's Unique Constraint from FireB
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Miscellaneous
Thread ID:
01266183
Message ID:
01269058
Views:
11
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform