Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Free table
Message
 
À
04/07/2000 03:02:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00387965
Message ID:
00387997
Vues:
15
>how do we check programmatically whether a table is a FREE TABLE or not?
>TIA
IF EMPTY(CURSORGETPROP("DATABASE","Your_table_name"))
    MESSAGEBOX("FREE TABLE")
ELSE
    MESSAGEBOX("NOT A FREE TABLE")
ENDIF
HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform