Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get the code used to create a table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00037407
Message ID:
00037549
Views:
25
>I have a table and I would like to reproduce the structure of it in an SQL command and/or to create a cursor exactly like it.
>
>Is there a way I can do this?
Jeff,

USE TheTable
AFIELDS(laArray)
CREATE CURSOR MyCursor FROM ARRAY laArray
Previous
Reply
Map
View

Click here to load this message in the networking platform