Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if current SELECT() is a table or a view?
Message
De
21/07/1999 20:02:15
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00244334
Message ID:
00244476
Vues:
20
>Is there a way to know if the current select() is a table or a view and if there is uncommitted changes in it?
>
>thanks
>eric.

Use CURSORGETPROP('SourceType')

Returns:

1 – Specifies that the data source is a local SQL view.
2 – Specifies that the data source is a remote SQL view.
3 – Specifies that the data source is a table.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform