Row ID Issue
Posted: Thu 15 May 2008 19:29
Hello,
I noticed an issue that happened sometime in the last three builds and was wondering if there is a work around for this.
Using the sample dataset application provided with the install you can re-create this.
SELECT ROWID, FROM DEPT
In my application RowId is shown and of course is a read-only column. But when update is issued on the DataTable, DataAdapter, or pretty much anything it errors.
Basically I have a DataGrid that looks at tables, and I need to display the RowId if the user needs to see that detail. It used to work without issue, but the latest build doesn't allow for this.
Any ideas how to address this?
I noticed an issue that happened sometime in the last three builds and was wondering if there is a work around for this.
Using the sample dataset application provided with the install you can re-create this.
SELECT ROWID, FROM DEPT
In my application RowId is shown and of course is a read-only column. But when update is issued on the DataTable, DataAdapter, or pretty much anything it errors.
Basically I have a DataGrid that looks at tables, and I need to display the RowId if the user needs to see that detail. It used to work without issue, but the latest build doesn't allow for this.
Any ideas how to address this?