Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot create a table from array
Message
From
17/12/2006 10:11:23
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01178324
Message ID:
01178396
Views:
15
Why don't you simply run this one liner
Select * from orig_file into table Temp_copy where .f.
>I have a routine that creates a TEMP table of the same structure as original. Here is the code:
>
>
>select ORIG_FILE
>local array aDbfStruct[1]
>afields( aDbfStruct )
>create table TEMP_COPY from array aDbfStruct
>
>
>But on the line Create Table TEMP_COPY from array aDbfStruct I get the following error:
>
>
>Feature is not supported for non-.DBC tables
>
>
>What could be wrong with this table?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform