Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import from excel
Message
 
To
10/01/2001 10:54:45
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00461338
Message ID:
00461723
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform