Row ID Issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
benbahrenburg
Posts: 25
Joined: Mon 02 Oct 2006 19:15

Row ID Issue

Post by benbahrenburg » 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?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 16 May 2008 12:01

Hello,

we reproduced the problem and now we are fixing it.
We will try to solve the problem as soon as possible.

benbahrenburg
Posts: 25
Joined: Mon 02 Oct 2006 19:15

Post by benbahrenburg » Sun 18 May 2008 17:31

Thanks Alex. Is there an estimated delivery date for a fix?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 22 May 2008 09:23

New build of OraDirect .NET version 4.60.34 is available for download now.
http://crlab.com/forums/viewtopic.php?t=12136
Let me know if the problem is solved.

Post Reply