Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server view info available?
Message
 
 
To
31/01/2005 10:54:09
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
00981936
Message ID:
00982274
Views:
30
This message has been marked as the solution to the initial question of the thread.
Gary,

Try
SELECT * FROM mydb.INFORMATION_SCHEMA.VIEW_COLUMN_USAGE
WHERE view_name = 'my view name'
>No, not in this case. I'm not using a DBC remote view, I'm using SPT and need info directly fro SQL Server. I've started down a path somewhat along the lines of your first suggestion by pulling the sql from syscomments and parsing it.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform