Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Issuing sql stmt creates used again filtered table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01018982
Message ID:
01018991
Vues:
10
Use NOFILTER clause if you don't want this behavior.
	SELECT Historicalreservations.* FROM Historicalreservations ;
		WHERE Historicalreservations.darrive > DATE() ;
		AND Historicalreservations.iguestid > 0 ;
		AND INLIST(Historicalreservations.rms_status,"C","A","U") ;
		AND Historicalreservations.iruid = xi_RUID ;
		ORDER BY Historicalreservations.darrive ;
		INTO CURSOR x_NextResv NOFILTER
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform