Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server Windows Ce 5.0与Windows Mobile 6_Sql Server_Visual Studio 2010_Visual Studio 2012_Accumulator - Fatal编程技术网

Sql server Windows Ce 5.0与Windows Mobile 6

Sql server Windows Ce 5.0与Windows Mobile 6,sql-server,visual-studio-2010,visual-studio-2012,accumulator,Sql Server,Visual Studio 2010,Visual Studio 2012,Accumulator,我正在考虑购买运行在Windows CE 5.0上的Opticon PHL 7112蓄能器。我想知道我是否能够: 开发一个连接到开放MSSQL数据库的应用程序 是否有从soapweb服务获取数据的能力 我看到只有VisualStudio2008支持windows ce的开发,有没有办法在VisualStudio2010-2012上实现这一点 如果可能,如何连接到MSSQL数据库 如果只可能连接到soapweb服务,那么该怎么做呢 我不熟悉windows CE编程。另外,开发环境是Windows

我正在考虑购买运行在Windows CE 5.0上的Opticon PHL 7112蓄能器。我想知道我是否能够:

  • 开发一个连接到开放MSSQL数据库的应用程序
  • 是否有从soapweb服务获取数据的能力
  • 我看到只有VisualStudio2008支持windows ce的开发,有没有办法在VisualStudio2010-2012上实现这一点
  • 如果可能,如何连接到MSSQL数据库
  • 如果只可能连接到soapweb服务,那么该怎么做呢

  • 我不熟悉windows CE编程。另外,开发环境是Windows 8.1。

    我在使用WINCE开发人员方面有很多经验

    连接到SOAP/WebServices类型的数据源非常容易,您可以通过visualstudio、添加servicerences并按照说明进行操作。 通过SAOPA/WebServices返回您从数据库读取的数据,您还可以使用数据库的本地版本(不推荐)

    您必须使用专门开发WINCE的VISUAL STUDIO 2008其他版本不再支持此平台

    我在这些类型的设备上做了很多工作,维护和开发只使用一台pc WIN7+VS2008


    这是一项稳定而有效的技术。

    谢谢,我想我会购买这款设备并尝试在其上开发。如果我有任何问题,我会在这里询问。好的,如果您有其他问题,我很乐意帮助您