日期:2014-05-20  浏览次数:20750 次

分析题
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