Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create table from array
Message
 
 
À
25/08/2009 16:28:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01420578
Message ID:
01420596
Vues:
52
You cannot mix field definitions with 'FROM ARRAY' clause. For the 'FROM ARRAY' clause, the array has to have particular structure and content describe in the help for AFIELD() function.
See Re: Adir() help Message #909954 on how to add ADIR() array info to a cursor

>Can someone tell me what's wrong with my syntax on this?
>
>numfolders = adir(aFolders,'j:\*.*')
>
>create table myFolders (cName c(40),filesize N(10), filedate D ) from array aFolders
>
>Thanks
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform