当前位置: 技术问答>java相关
关于一个JBUILDER的问题,数据库的问题!!急
来源: 互联网 发布时间:2015-10-15
本文导语: 我用数据库控件连接数据库的,但是不能进行添加,删除等操作,用的是JTABLE进行显示内容,错误如下: DataSet has no unique row identifiers. Note: For QueryDataSets you need to disable metaDataUpdate.ROWID in the MetaDataUpdate pr...
我用数据库控件连接数据库的,但是不能进行添加,删除等操作,用的是JTABLE进行显示内容,错误如下:
DataSet has no unique row identifiers.
Note: For QueryDataSets you need to disable metaDataUpdate.ROWID in the MetaDataUpdate property, in addition to setting the RowId property on a column.
谢谢!!!!
DataSet has no unique row identifiers.
Note: For QueryDataSets you need to disable metaDataUpdate.ROWID in the MetaDataUpdate property, in addition to setting the RowId property on a column.
谢谢!!!!
|
你用的是jdbTable和queryDataSet吧?
按照错误提示去做就可以了:
在你所添加的queryDataSet的metaDataUpdata属性栏中去掉Rowid选项,并且在每个column的rowid属性栏中选择True。
按照错误提示去做就可以了:
在你所添加的queryDataSet的metaDataUpdata属性栏中去掉Rowid选项,并且在每个column的rowid属性栏中选择True。