Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table schema
Message
De
23/10/2007 12:19:09
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01262822
Message ID:
01262832
Vues:
12
>>Hi All,
>>
>>I know this has been talked about before, but I can not find if I replied to it or not.
>>
>>I want a way to get the schema of a table and pass it back to vfp. I am going to use this to build the cursoradapter for that table on vfp side. Can someone point me to the thread, please.
>>
>>I believe it was talking about using the information schema table to get info, but not sure.
>>
>>TIA
>>Beth
>
>
>SELECT *
>      FROM INFORMATION_SCHEMA.COLUMNS
>WHERE TABLE_NAME = 'YourTableName'
>
Hi Borislav,

That is IT!

Thank you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform