Tagged Questions
0
votes
3answers
1k views
Accessing a SQL Server CE database on a Windows Mobile 6 device
I have a mobile app that writes to a SQL Server CE database on the device. I want to write a desktop application that can read this data and export it in CSV format.
I have been looking at RAPI ...