Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xbase commands Vrs Sql commands
Message
From
10/05/2005 10:49:05
Suhas Hegde
Dental Surgeon
Sirsi, India
 
 
To
10/05/2005 10:24:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011885
Message ID:
01012441
Views:
36
hi,
Actually the whole version is this way

select bhav_data
index on timestamp tag idxtime
set order to idxtime

create cursor test(t1 c(20),date d)

select bhav_data
scan
m.timestamp = bhav_data.timestamp
m.ld = convert_date(m.timestamp)
insert into test(t1,date) values(m.timestamp,m.ld)
endscan

select test
index on timestamp tag t1

select bhav_data
delete tag idxtime
replace date with test.date for seek(timestamp,'test','t1')

I tried using Sql here but was very slow in vfp6 and ideas how to speed this up ?

suhashegde
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform