Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Table From array
Message
De
04/06/2002 07:09:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Create Table From array
Divers
Thread ID:
00664370
Message ID:
00664370
Vues:
54
Hi

I have a table1 with 169 records . The table has the fields , name , type , len , decimals , and others fields .

Now , i want create a table2 , with the structure : 169 records the table1.
Each record in table1 , will go to a field in table2 .

I use the code , but don´t work :

DIMENSION Array1(169,4)

close data all
use Table1
sele Table1
go top

Copy To Array Array1 Fields name , type , len , decimals

Create Table Table2 From Array Array1


Can You Help me ?


Pedro Silva

world is wonderful with your help .

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform