Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Too many columns
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00913740
Message ID:
00971120
Vues:
18
SELECT * FROM USER_TAB_COLUMNS WHERE Table_Name = 'MyTable'

>Sergey
>
>Looks like they both do not work for Oracle. Any other ideas?
>
>>>Anyone know a way to retrieve all the column names from a sql table that has more columns than VFP9 or earlier can return in sqlcolumns()?
>>
>>John,
>>
>>You can use sp_columns system stored procedure or INFORMATION_SCHEMA view
SELECT * FROM pubs.INFORMATION_SCHEMA.COLUMNS
>>	WHERE table_name = 'authors'
>>
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform