Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A SQL question
Message
From
26/08/2004 06:19:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
A SQL question
Miscellaneous
Thread ID:
00936531
Message ID:
00936531
Views:
60
I belong to the old style programmers where hard coding was in fashion, what i would like to ask is how does a series of commands like

create cursor ( ........ )
sele (org file)
go top
do whil not eof()

scatter memvar
sele (new file)
if ....
appe blank
gather memvar
endif

sele (org file)
skip
enddo

The SQL would be of course

sele * from (org file) where ..... into cursor (newfile)

much easier

The question is

is the SQL much faster?
is it better in any way?
does it give the same result?
are there any advantages at all in using the old system?
Next
Reply
Map
View

Click here to load this message in the networking platform