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:
00971135
Vues:
15
From foxite forum, as it turned out, there is the "NATIVE" option for sqlcolumns that also does the trick.

=sqlcolumns(iconn, table_name, "NATIVE")

>Hi Yuri,
>
>I've no expirience with Oracle.
>
>>
>>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'
>>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform