WEB的三层应用中,出现:字段名:name not found in rowset"是什么原因?(100分)

  • 主题发起人 张剑波
  • 开始时间

张剑波

Unregistered / Unconfirmed
GUEST, unregistred user!
在浏览器中显示表格时会出现"字段名:name not found in rowset"
 
--------------------------------------------------------------------------------

oracle.jbo
Interface RowSet
All Known Subinterfaces:
ViewObject
All Known Implementing Classes:
ViewRowSetImpl

--------------------------------------------------------------------------------

public interface RowSet
extends RowSetIterator, Properties, XMLInterface
Defines the middle-tier representation of a set of table rows.

A row set is scrollable range of rows, of which one may be designated as the current row.


Since:
JDeveloper 3.0
 
接受答案了.
 
顶部