问题描述
我正在考虑购买在Windows CE 5.0上运行的 Opticon PHL 7112 累加器,我想知道我是否能够:
I'm thinking of purchasing Opticon PHL 7112 accumulator which runs on Windows CE 5.0 i was wondering will i be able to:
- 开发一个连接到开放式MSSQL数据库的应用程序
- 是否可以从SOAP Web服务获取数据?
- 我看到只有Visual Studio 2008支持Windows ce的开发,有没有办法在Visual Studio 2010-2012上启用它?
- 如果可能连接到MSSQL数据库怎么办
- 如果只能连接到SOAP Web服务,该怎么做
- develop an application that connects to an open MSSQL database
- is there a capability to get data from a SOAP web service?
- i saw that only visual studio 2008 support development for windows ce, is there a way to enable this on visual studio 2010-2012 ?
- if possible to connect to MSSQL database how to do it
- if only possible to connect to a SOAP web services how to do it
I是Windows CE编程的新手。开发环境也是Windows 8.1。
I'm new to windows CE programming. Also the development environment is Windows 8.1.
推荐答案
我在WINCE开发人员中有很多经验。
I have a lot of experience in developer with WINCE.
连接到SOAP / WebServices类型的数据源非常容易,您可以通过VISUAL STUDIO进行操作,添加ServiceReferences并按照说明进行操作。
通过SAOPA / WebServices返回从数据库读取的数据,也可以使用数据库的本地版本(不推荐)
It 'very easy to connect to a data source of type SOAP / WebServices and you can do it through VISUAL STUDIO, add ServiceReferences doing and following the instructions.Through SAOPA / WebServices Return the data you read from your database, you can also use local versions of Database (would not recommend)
仅开发WINCE VISUAL STUDIO 2008,其他版本不再支持该平台。
You have to use to develop WINCE exclusively VISUAL STUDIO 2008 other versions no longer support this platform.
我在这些类型的设备上有很多工作,并且为了维护和开发,只使用一台WIN7 + VS2008。
I have a lot of work on these types of devices, and for the maintenance and development use only one pc WIN7 + VS2008.
这是一种稳定有效的技术。
It 'a stable and effective technology.
这篇关于Windows Ce 5.0与Windows Mobile 6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!