Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server view info available?
Message
 
 
À
31/01/2005 10:54:09
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Divers
Thread ID:
00981936
Message ID:
00982274
Vues:
31
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform