专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > .NET分析设计

分析题解决办法

发布时间:2011-06-23 20:31:21 文章来源:www.iduyao.cn 采编人员:星星草
分析题
Suppose Program A, (a client program, because it makes a request) asks Program B, a server program, to update some fields in a database. Program B is on another computer. Program A expects Program B to report that either: (1) the operation was successfully completed, or (2) the operation was unsuccessful (for example, because the requested record was locked.) However, time passes and A hears nothing.

First question: What should A do? 
Second question: What are the possibilities? 
How to confirm A works right?

可以帮我解决上边的问题吗,谢谢

------解决方案--------------------
关注中!
------解决方案--------------------
帮顶
------解决方案--------------------
1、A Should supply some information about those fields in this database ,and connected to another computer ,then post those information to B
2、***
3、A should reselect records in database,and read the special fieldsets in order to check that
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: