tMap.addColumn("atts.OLDFILENAME", new String());
tMap.addColumn("atts.ATTNAME", new String());
tMap.addColumn("atts.IMG", new Object());
tMap.addColumn("atts.ATTDES", new String());
}
问题一:删除数据时报告错误:You must specify KeyDef attributes for this TableDataSet in order to create a Record for update.
原因:因为Torque的Peer使用了Village,而KeyDef是其中一个类,该类定义为:
public class KeyDef
{
private Vector mySelf = null;
public KeyDef()
{
mySelf = new Vector();
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!



