Windows Mobile - 从 PC 访问应用程序的表
我想知道如何从 Windows Mobile 到 PC 访问 SQL Server 表中存储的数据。
例如,我可以向应用程序添加许多数据,当我连接到 PC 时,我想访问它。
我们可以使用SQL Server Sync来同步数据并使用Web服务,可以访问数据,但这与IIS有依赖性。
有没有更好的方法来从应用程序访问数据?
I'd like to know how to access the data stored in the SQL server tables from Windows Mobile to PC.
for e.g. I can add many data to the application and when I connect to the PC, I'd like to access it.
We can use SQL Server Sync for synchronizing the data and using web services, it's possible to access the data but this has dependency with IIS.
Is there any better methods to access the data from application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您连接到 PC 时,您将获得 ActiveSync/Window 设备中心连接。这样您就可以获得两件事:
这些都没有提供与数据库通信的“开箱即用”机制,因此您必须开发或获取一些东西会为你做的。在这里,您将有几乎任意数量的选项,但我想到的一些选项是:
When you connect to the PC you get an ActiveSync/Window Device Center connection. With that you get tow things:
Neither of these provide an "out-of-the-box" mechanism for communicating with the database, so you have to either develop or acquire something that will do it for you. Here you would have just about any number of options, but a few that come to mind are: