Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating linked oracle tables

Status
Not open for further replies.

srtedg

Technical User
Apr 24, 2003
16
US
I'm trying to update a linked oracle table via access.

I am getting ORA-01456 "May not perform inser/delete/update operation inside a READ ONLY transaction".

I use the same ODBC connection to connect with toad and I have no problems.

Any ideas?
 
Here it is,

DoCmd.RunSQL ("INSERT INTO REPLICON_FTBE ( FTBE, DATERANGE ) VALUES (" & rs(0) & ", #" & dateStartDate & "#)")

I also get the same error if I try to edit the table itself.
 
If you can't type it into the table either, you've got database permission problems or your ODBC setup is read only on the particular machine your using. Can you edit other Oracle tables ? If they have all become readonly, I would suspect someone reran the ODBC install and messed it up. Have you tried it on another machine?
 
The read only box isn't selected for the ODBC driver.. checked that first, and about 1,000,000 times since.

I can connect with toad and edit the database..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top