Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AFIELDS() equivalent in SQL 7
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00560184
Message ID:
00560194
Views:
20
>Hi all,
>
>Is there an equivalent function in SQL7 to VFPs AFIELDS()?
>
>Thanks...
>
>Keith

Although it won't return an array, you can try:
Select * From information_schema.columns Where table_name='mytable'
If you are using SPT there is also SQLTABLES() and SQLCOLUMNS()
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform