当前位置: 代码迷 >> .NET分析设计 >> 分析题解决办法
  详细解决方案

分析题解决办法

热度:5310   发布时间:2013-02-25 00:00:00.0
分析题
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
  相关解决方案