Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are There Any Simple For This?
Message
De
18/07/2001 10:27:28
 
 
À
18/07/2001 07:20:27
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00531899
Message ID:
00531984
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Cetin,

Why not use Append From on its own?

The only advantage I can see from your technique is that it gives a filter criteria (which can be achieved with the for clause of append from)
FileCount=adir(arrTables,cTablePath+'\*.dbf')
use (cTablePath+arrTables[1,1])
afields(arrStruc)
use
Create Cursor MyCursor from array arrStruc

For ix=1 to FileCount
  append from (cTablePath+arrTables[ix,1]) for MyUsefulCriteria
Endfor
Will
Will Jones
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform