does the table you're trying to append into have a corresponding structure to the XLS file?
use table1 in 0
APPEND FROM "c:\a.xls" TYPE XL8 SHEET "bm5_g3_2"
It appended in OK - i got a share violation when i had the XLs file open when i tried to import it.
If you don't really need to import from XLS (i.e only have 1 worksheet to import manually - rather than many automatically) have you tried saving the XLS sheet to a CSV, SDF or Tab delimited file?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.