Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of VFP List Structure in T-SQL
Message
From
29/11/2006 17:05:45
Hans-Otto Lochmann
Dr. Lochmann Consulting Gmbh
Frankfurt, Germany
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01173501
Message ID:
01173516
Views:
10
>>Hi all,
>>
>>does anybody know the equivalent of
>>
>>USE MyTable
>>LIST STRUCTURE TO C:\MyTableStructure.txt
>>
>>in T-SQL?
>>
>>Thanks in advance!
>>
>>Hans
>
>SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'YOUR TABLE NAME HERE'
>
... works fine ... and see Message#1173504

Thank you Borislav!
Previous
Reply
Map
View

Click here to load this message in the networking platform