Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Structure of SQL table.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00839340
Message ID:
00839384
Views:
23
Thanks Larry, I will give it a try.

>>Hello,
>>
>>VFP has the command DISPLAY STRUCTURE. How do you display the structure of a SQL table? I would like to save the structure layout in a file if possible.
>>
>>Thanks,
>>
>>TFISHER
>
>Terry,
>Trey and Dave gave you a couple of options. You could also use the following SQL statement:
>select * from mySQLtable where 1 = 0
>It will return no rows but an empty VFP cursor will be created and you can get the structure of that.
>
>This is a little different in that the VFP conversions (e.g. long varchar to Memo) will already have been done for you. You will get a representation of the VFP data not a true representation of the actual field types from SQL Server.
>
>HTH.
Thanks,

TFISHER
Previous
Reply
Map
View

Click here to load this message in the networking platform