>>Does anyone know if you can import data from a fox pro table to SQL server 2005 mobile edition database on a pocket pc
If you can create a connection to the database then you can do it directly from VFP.
If SQL Server 2005 Mobile can read a DTS package created in SQL Server you could use that, or if it can read any sort of data file then you can create the data file from VFP.
table data
HotQQ
>>Does anyone know if you can import data from a fox pro table to SQL server 2005 mobile edition database on a pocket pc
If you can create a connection to the database then you can do it directly from VFP.
If SQL Server 2005 Mobile can read a DTS package created in SQL Server you could use that, or if it can read any sort of data file then you can create the data file from VFP.
elmoubi
I have never used SQL server 2005 mobile.
But of course you can!
Connect to it the same way you would connect with any other app! And load your data.
Worst case you can use FoxPro’s “COPY TO” command and put the data in a more suitable format.
Dave M.