Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xbase commands Vrs Sql commands
Message
De
10/05/2005 10:49:05
Suhas Hegde
Dental Surgeon
Sirsi, Inde
 
 
À
10/05/2005 10:24:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Divers
Thread ID:
01011885
Message ID:
01012441
Vues:
37
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform