Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Free table with Set Filter
Message
De
13/06/1999 15:18:28
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
13/06/1999 14:28:25
Coann Teng
Computer Infobase System S/B
Kuala Lumpur, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00229271
Message ID:
00229283
Vues:
24
Coann-

>To produce a report, i wonder i should use set filter or SQl

SET FILTER is generally a bad idea. It's better to use a SQL-SELECT construct. You can add the cursor to a database container as a local view with the command:

CREATE SQL VIEW [ViewName ] [REMOTE]
[CONNECTION ConnectionName [SHARE]
| CONNECTION DataSourceName]
[AS SQLSELECTStatement]

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

Click here to load this message in the networking platform