> Hi Guys,
>
> I need help. How could i get the data from excel file and save to database using visual foxpro 8. any other idea to get this data. thanks
>
Hi,
Besides Excel Automation, you can also do a simple Append, something like
Create Cursor excelImport (....
Append From theFile Type XLS
hth
-Stefan