Hi all,
I have linked a table that is in Oracle 8.1.7 through access 2000. I realized its not an access forum, but I think someone might have experiance this problem one time or another.
Well the problem is I linked the table though the access gateway. When I try to update the id column to change a value I'm getting the 'This recordset is not updateable' messauge.
The table structure is very simple:
create table table_A (id number(16) not null)
Values :1,2,3
Can someone found similar problem? If so how can I fix it.
Thanks
I have linked a table that is in Oracle 8.1.7 through access 2000. I realized its not an access forum, but I think someone might have experiance this problem one time or another.
Well the problem is I linked the table though the access gateway. When I try to update the id column to change a value I'm getting the 'This recordset is not updateable' messauge.
The table structure is very simple:
create table table_A (id number(16) not null)
Values :1,2,3
Can someone found similar problem? If so how can I fix it.
Thanks