Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy Sttru Exte for sql Tables
Message
From
20/11/2011 06:35:46
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01529301
Message ID:
01529305
Views:
40
>Hi.
>I am able to use a command 'Copy Stru Exte' to get the structure of a DBF table
>Is there any way in VFP that I can do something similar to get the structure of a Sql Server Table

sqlcolumns(handle, "yourtable")

but that gives you minimal information. For extended info,

sqlexec(handle, "exec sp_columns 'yourtable'")

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform