It is possible to access a Sql Server 2005 Mobile database in a VS2003 application (compact framework) ?
Thanks
Robson
Not via managed provider, no. You might be able to P/Invoke, but that’s not an easy task.
|||Ilya, can you tell me more details about this possibility ?
I do not understand how...
My problem is that we are now creating the database with SQL Server 2005 Mobile in the desktop pc, due to the size of the data... but we have too much softwares running on pocket pc's that have been created with visual studio 2003 (compact framework 1.2).
Thanks
Robson
|||I’m not quite sure about your scenario. Are you trying to make existing applications which are designed to use SQL CE 2.0 to work with SQL Mobile without recompilation? If so, that is not possible.
If you have access to the source code of VS 2003 applications created with NETCF V1 (there’s no NETCF 1.1 or 1.2), you can import these projects into VS 2005, upgrade projects to NETC V2 and recompile. That would switch applications to NETCF V2/SQL Mobile.
No comments:
Post a Comment