使用WCF服务将数据从一个表传输到另一个表 [英] transfer data from one table to another using wcf services

查看:104
本文介绍了使用WCF服务将数据从一个表传输到另一个表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,我正在制作一个wcf控制台应用程序,该程序可以将钱从一个帐户转移到另一个帐户,问题是我不知道如何使用wcf访问一个表并将数据从该表发送到另一个表? class ="h2_lin">解决方案

这是一个总体问题.尝试分离概念.首先开发WCF的客户端和服务器部分,并确保它们可以发送和接收帐户数据,然后为服务器部分添加数据检索和存储部分.

毕竟,您可以使用WCF服务将请求从控制台应用程序发送到服务器.

因此,它首先需要您的设计,然后再进行开发.

希望对您有所帮助.


So i''m making a wcf console application that transfers money from one account to another, the problem is I don''t know how you would access one table and send data from that table to another in wcf?

解决方案

Its an overall question. try to separate concepts. First develop client and server part of WCF and make sure that they can send and receive account data then add data retrieval and storage part for the server part.

After all send you request from a console application to the server using WCF service.

So it needs your design firstly and then go for development.

Hope it helps.


这篇关于使用WCF服务将数据从一个表传输到另一个表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆