alaskaguru
Programmer
Thanks for trying to help. Here is what I have:<br>
<br>
Backend: Oracle 8.0.5 26 tables with views based on username<br>
Front end: Access 97 Links to those views which are then renamed to be user-friendly.<br>
<br>
I have 26 views built from 26 tables in the back end. When I modify a table in oracle then I have to re-link the view to it in access or I get the message "This is not an updatable recordset". If I use the Linked Table Manager to relink it then I still get the same message. The manual says that I can't use the linked table manager if the names of the linked tables are changed--which is what I have done to make the table names more user-friendly. I have code to rename the tables but all of the code I have written using the help files and manuals has not worked. I can manually delete the linked tables and then relink them and everything works great--but I wouldn't want to have to talk a remote user through it over the phone. If anyone has some code for this could they pass it on? I'd appreciate it. The oracle views I'm linking to all have a "v" in their name as in "vemployee". I am using an ODBC connection to the database.<br>
<br>
Backend: Oracle 8.0.5 26 tables with views based on username<br>
Front end: Access 97 Links to those views which are then renamed to be user-friendly.<br>
<br>
I have 26 views built from 26 tables in the back end. When I modify a table in oracle then I have to re-link the view to it in access or I get the message "This is not an updatable recordset". If I use the Linked Table Manager to relink it then I still get the same message. The manual says that I can't use the linked table manager if the names of the linked tables are changed--which is what I have done to make the table names more user-friendly. I have code to rename the tables but all of the code I have written using the help files and manuals has not worked. I can manually delete the linked tables and then relink them and everything works great--but I wouldn't want to have to talk a remote user through it over the phone. If anyone has some code for this could they pass it on? I'd appreciate it. The oracle views I'm linking to all have a "v" in their name as in "vemployee". I am using an ODBC connection to the database.<br>