Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Turning the tables
Message
De
24/01/2017 21:25:03
 
 
À
24/01/2017 02:44:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2016
Network:
Windows Server 2016
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01646970
Message ID:
01646993
Vues:
40
IIRC the COPY TO command limits you to 16,383 rows of data (16K rows total, the first row contains the column names) when exporting to Excel format. Exporting to CSV would bypass this limit.

>Hi,
>
>you can specify the fields to export:
>
>
>COPY TO FileName [FIELDS FieldList | FIELDS LIKE Skeleton | FIELDS EXCEPT Skeleton] type XL5
>
>
>https://msdn.microsoft.com/en-us/library/aa977446(v=vs.71).aspx
>
>>Hi All,
>>
>>Is there a way to programmatically re-order the columns in a table? I want to export the table to an Excel sheet in a user-defined order.
>>Thanks.
>>
>>Luke
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform