Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Issuing sql stmt creates used again filtered table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018982
Message ID:
01018991
Views:
9
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform