Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are There Any Simple For This?
Message
De
18/07/2001 06:57:18
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Are There Any Simple For This?
Divers
Thread ID:
00531899
Message ID:
00531899
Vues:
47
Hello everyone,

I have many small tables with different names but identical structure, my task is to extract some data from each of them and append into a cursor. The only way I can do this is to save the data from small tables into an array, then put them into the cursor, but I feel this not the best way, I want to transfer the data directly but not through the array.

The way I want to do is:
Create Cursor MyCursor
FileList=adir(SmallTable_xx.dbf)

For each SmallTable in FileList
  Extract useful data from SmallTable
  Insert the data into the Cursor &&such that no need to sort afterward
Endfor
Is it possible to open 2 tables at the same time, then put the data from one to another? If yes, would someone please teach me how? Or any other suggestions?

Thanks in advance!!
error(503): file structure failure, signature file corrupted.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform