Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to speed this loop and/or SQL up?
Message
From
21/03/2005 09:35:54
 
 
To
21/03/2005 08:25:32
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00997258
Message ID:
00997805
Views:
13
Hilmar

Thanks a lot again but I'm afraid that made no noticeble difference, i.e. it's still taking longer than the age of the Earth to run. I tried as below. The table's composite key comprises: RTE_NO + Rte_Let + DIRECTN
I did find out why one attempt seemed to go so fast though, on Friday. Note the second commented out line; it has a continuation ";" at the end, so the compiler was just ignoring the SQL as comment and it wasn't being done (I left it in to show - in the run it wasn't there of course).

So back to the drawing board ...

Terry
...
* and	PADR( RZStop.County, 2)							= lcCounty ;
* and	not EMPTY( RZStop.TIME) ;
  Select DISTINCT TIME from	RZStop ;
  where 	PADR( RZStop.RTE_NO, 6) + RZStop.Rte_Let + RZStop.DIRECTN + STR( RZStop.Number, 3) + ;
         PADR( RZStop.Stop, 8) + PADR( RZStop.County, 2) = ;
  	lcRteNo		      + "A"	    + lcDirectn	   + lcNumber + ;
         lcStopNo		   + lcCounty ;
 	and	not EMPTY( RZStop.TIME) ;
 	to SCREEN NOCONSOLE  && Find any time value for this particular stop across all other sequences
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform