Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get table structure like aFields in VFP?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01025460
Message ID:
01025462
Views:
15
>What code do I use in VFP program to get a structure of a table in SQL Server database? If this is VFP database, I would use aFields() function. Is there a similar method for SQL Server?

You can use SqlColumns() or run a query agains INFORMATION_SCHEMA.Columns view if you need additional info.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform