首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

分析题解决办法

2012-03-11 
分析题Suppose Program A, (a client program, because it makes a request) asks Program B, a server pr

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

热点排行