Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import from excel
Message
 
À
10/01/2001 10:54:45
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00461338
Message ID:
00461723
Vues:
15
Here is the code, that works properly for me:

*--------------
close table all
set century on
create table jdate (_123456789 D)
for ia=1 to 100
insert into jdate values (date()-ia)
endfor
copy to jtest XL5
sele 0
import from jtest.xls xl5
go top
alter table jtest rename column A to _123456789
go top
dele
pack
*-----------------------
Hope this help
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform