通过 Web 服务传输数据

发布于 2024-11-26 21:55:09 字数 226 浏览 0 评论 0原文

我需要将大量查找数据从远程数据库(oracle)传输到 windows mobile/ce 设备。如果可能的话,我想通过网络服务来完成此操作,但我正在尝试确定解决此问题的最佳方法。

我考虑过序列化数据集,但我希望它的开销尽可能小,所以这可能不可行。直接流式传输而不是缓存和转发也很好(如果可能的话)。

我目前正在 3.5 中的 asmx 服务中编写它,但很乐意根据需要更改为 WCF。

谢谢

I need to transfer large amounts of look-up data from a remote database (oracle) to a windows mobile/ce device. I would like to do this via web services if possible, but I'm trying to determine the best way to approach this.

I thought about serializing a Dataset, but I would like it with as little overhead as possible, so that's probably out of the equation. It would also be good (if possible) to directly stream rather than cache and forward.

I'm currently writing it in an asmx service in 3.5, but happy to change to WCF if required.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文