Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with View
Message
De
26/10/2000 14:53:04
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
26/10/2000 14:44:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00434799
Message ID:
00434810
Vues:
27
Hi Sandi

I hope you made your view like this...

Create Sql View v_SomeView As Select * From SomeTable Where DateField = ?lcDateParameter.

To run this view from the command window, just do this...

use v_SomeView nodata
lcDateParameter = date()
=requery()

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

Click here to load this message in the networking platform