473,397 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Edit data in Oracle tabel connected through MSDAORA in Access 2007

I am trying to build Access frontend interface to Oracle database. Initially I created linked tables and everything worked perfect. But since I wanted to have option to connect both main and test database (both used regularly), I used MSDAORA connection. Now I can access both database using login form, But I am facing problem in Master-child form. I am able to make changes in SITE table (Master) but not SITECHECK (Child Table). The query I am using is
Expand|Select|Wrap|Line Numbers
  1.  strSQL = " SELECT HYDRO.SITECHECKS.*, HYDRO.SITES.SITE_NAME, HYDRO.MEASURANDS.MEASURAND" & _
  2.                  " FROM (HYDRO.SITES INNER JOIN HYDRO.SITECHECKS ON HYDRO.SITES.SITEID = HYDRO.SITECHECKS.SITEID) " & _
  3.                  " INNER JOIN HYDRO.MEASURANDS ON HYDRO.SITECHECKS.MEASURANDID = HYDRO.MEASURANDS.MEASURANDID " & _
  4.                  " WHERE HYDRO.SITECHECKS.MEASURANDID=" & MEASURAND & " ORDER BY HYDRO.SITECHECKS.SITEID"
  5.  
SITECHECKS table is result of many to many relationship between tables SITES and MEASURAND.
The message I am receiving is 'The recordset is not updatable'. The same things works using linked tables but not using connection string with MSDAORA.
Can you please help me so that I can add data to SITECHECKS table using MASTER CHILD form.

Thanks in advance
Sep 2 '10 #1
0 953

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Bob Alston | last post by:
Anyone know of any features of the new Access 2007 that will improve on the ability of Access to work in a web environment??? Bob
49
by: Allen Browne | last post by:
If you are looking for opinon on what's useful in Access 2007, there's a new article at: http://allenbrowne.com/Access2007.html Covers what's good (useful features), what's mixed (good and bad),...
4
by: Balex | last post by:
Hi I have recently helped somebody converting an Access application into an Access (2002) front-end and an Oracle backend. It worked fine, until he decided to install and use Access 2007...
2
by: Brad Williams | last post by:
Greetings, I have a Access 2007 App and I want to have a Config File. I have several unbound Text Boxes that are in small Date format that will be used as a Filter for several forms. I would like...
16
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
1
by: Ted Kennedy | last post by:
I have an Access Data Project (.adp) connecting to a SQL Server 2005 DB over the internet. The project has been running in Access 2003 for a couple of years, and performance has been very good....
5
by: WPW07 | last post by:
Hello, We have several complex applications developed in Access 2003 by various outside consultants. These applications link to a variety of Oracle tables and are used only for Access reports. ...
9
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd...
5
by: sphinney | last post by:
Basic question: Does anyone know how to go about adding a control to an Access 2007 form that will allow viewing a Word 2007 document? Reason for asking: My office is about to receive 100+/-...
4
by: julietbrown | last post by:
After some experimenting, it appears that when I'm in Access I can't import any tables from or export any tables to an Access DB that has been 'packaged'. Am I right in thinking it's impossible to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.