SadOldGoth
Programmer
Hi Folks,
I'm linking to an oracle database through ODBC and want to update the table. I'm getting the message 'Query must use updateable recordset' when I run an update query on it.
I think - and am fairly positive - that the cause is that looking at the index definition on the oracle side it shows that the index is based on a non-unique primary key. However, I cannot link to the table and replicate that index type. I can link and NOT have an index at all - that's not what I want. I can link and have an index based on UNIQUE values, but that's also not what I want. I need to be able to set up an index where the primary key is non-unique.
Can anyone help?
Later,
Jes
I'm linking to an oracle database through ODBC and want to update the table. I'm getting the message 'Query must use updateable recordset' when I run an update query on it.
I think - and am fairly positive - that the cause is that looking at the index definition on the oracle side it shows that the index is based on a non-unique primary key. However, I cannot link to the table and replicate that index type. I can link and NOT have an index at all - that's not what I want. I can link and have an index based on UNIQUE values, but that's also not what I want. I need to be able to set up an index where the primary key is non-unique.
Can anyone help?
Later,
Jes