Are there any resources that explain how to use SQL Mobile with an eMbedded
VC++ app? Will moving this native code into Visual Studio be required?
Specifically I am trying to convert an existing app to use SQL Mobile but
this app is build in the legacy eMb VC++ IDE.
There is also C# code which will need to access the same SQL Mobile DB
tables. Is there a way to provide the interface from both C# and native code
without too much duplicated code?
Thanks!