Discussion:
Access with ActiveSync to SDF database
(too old to reply)
giampi
2010-03-14 09:17:11 UTC
Permalink
hi,

i need to access to SDF database on Device from an application Desktop with
activesync. i did search but i didin't a applicable solution still.

Suggests?
ErikEJ
2010-03-14 10:21:09 UTC
Permalink
This product http://www.primeworks-mobile.com/Products/DesktopSqlCe.html
will let you do that.

Oor you could copy the database to the desktop using RAPI and then open the
copy in your dekstop application. - http://rapi.codeplex.com/
--
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
Post by giampi
hi,
i need to access to SDF database on Device from an application Desktop
with activesync. i did search but i didin't a applicable solution still.
Suggests?
giampi
2010-03-16 13:06:13 UTC
Permalink
Any other solution with coding?
Post by ErikEJ
This product http://www.primeworks-mobile.com/Products/DesktopSqlCe.html
will let you do that.
Oor you could copy the database to the desktop using RAPI and then open
the copy in your dekstop application. - http://rapi.codeplex.com/
--
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
Post by giampi
hi,
i need to access to SDF database on Device from an application Desktop
with activesync. i did search but i didin't a applicable solution still.
Suggests?
Paul G. Tobey [eMVP]
2010-03-16 15:29:01 UTC
Permalink
The ActiveSync connection is not a simple pipe for attaching the device
filesystem to the PC.

Maybe your device can be made to look like a USB storage device? If so, you
could access the exposed filesystem just like any other 'drive' on the PC.

You could build a sync type for syncing the file back to the PC when the
device is connected. That requires code on both ends of the connection.

If your device is running a FTP server or Web server, a simpler piece of
code on the PC could contact that server and fetch the file. It's also
possible that, if the device is running the SMB server, you might be able to
map a network drive on the PC to a share on the device and talk directly to
the file the same way you would to a shared folder on another PC.

Paul T.
Post by giampi
Any other solution with coding?
Post by ErikEJ
This product http://www.primeworks-mobile.com/Products/DesktopSqlCe.html
will let you do that.
Oor you could copy the database to the desktop using RAPI and then open
the copy in your dekstop application. - http://rapi.codeplex.com/
--
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
Post by giampi
hi,
i need to access to SDF database on Device from an application Desktop
with activesync. i did search but i didin't a applicable solution still.
Suggests?
.
Loading...