Hi,
Is it possible when the device has connected to PC via ActiveSync, my
application from PC connects to device and query the tables of *.sdf file
from device? Actually I want to have access to both *.sdf file and other
databases in SQL Server Developer Edition.
I try to translate my intention with this command!
INSERT Northwind.dbo.MyTable SELECT * FROM MobileDevice.sdf.Table1 WHERE ...
Thanks in advance,
Leila
João Paulo Figueira - 29 Aug 2007 09:56 GMT
You need a third party tool to do that. See this one:
http://www.primeworks-mobile.com/Products/DesktopSqlCe.html
Regards,
João Paulo Figueira
DAD MVP
> Hi,
> Is it possible when the device has connected to PC via ActiveSync, my
[quoted text clipped - 8 lines]
> Thanks in advance,
> Leila