Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create table from array
Message
 
 
To
25/08/2009 16:28:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01420578
Message ID:
01420596
Views:
53
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform