473,388 Members | 1,340 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,388 software developers and data experts.

Append two linked tables.

Hi all,

I'm trying to append a linked table to another one.

Unfortunately I obtained the following pop-up error message:
"Operation must use an updatable query"
Where is my mistake???

Thanks in advance for your help.

Beatrice
Oct 29 '07 #1
10 6598
Rabbit
12,516 Expert Mod 8TB
Hi all,

I'm trying to append a linked table to another one.

Unfortunately I obtained the following pop-up error message:
"Operation must use an updatable query"
Where is my mistake???

Thanks in advance for your help.

Beatrice
You haven't given us anything with which to spot a mistake. You need to at least post the SQL code you're using.

The only thing I can say at this point is that your mistake is making an non-updateable query. And there are a few ways to make this mistake and dozens of variations on each of those.
Oct 29 '07 #2
You haven't given us anything with which to spot a mistake. You need to at least post the SQL code you're using.

The only thing I can say at this point is that your mistake is making an non-updateable query. And there are a few ways to make this mistake and dozens of variations on each of those.
Hello Rabbit,

many thanks for your reply.

Please find below the SQL instruction I used to perform the append (I tried in many different ways, with the same result)
Expand|Select|Wrap|Line Numbers
  1. INSERT INTO ASE_Data1 
  2. (Plant, DeviceType, LotNo,Schedule,TestProg, ProgramVer,Platform,TestInDate,TestOutDate,InQty,GoodQty,Yield,Bin1,Bin2,Bin3,Bin4,Bin5,Bin6,Bin7,Bin8,Bin9)
  3. SELECT [Utac_Q].Plant, [Utac_Q].DeviceType, [Utac_Q].LotNo,  [Utac_Q].Schedule, [Utac_Q].TestProgam, [Utac_Q].ProgramVer, [Utac_Q].Platform, [Utac_Q].TestInDate, [Utac_Q].TestOutDate,[Utac_Q].InQty, [Utac_Q].GoodQty, [Utac_Q].Yield, [Utac_Q].GoodQty, [Utac_Q].Bin2, [Utac_Q].Bin3, [Utac_Q].Bin4, [Utac_Q].Bin5, [Utac_Q].Bin6 , [Utac_Q].Bin7, [Utac_Q].Bin8, [Utac_Q].Bin9
  4. FROM Utac_Q
Where UTAC_Q is the table i want to append to ASE_DATA.

I agree with you about the updatable query hypothesis, but I need a way to do it!

Thanks and Regards,
Beatrice
Oct 30 '07 #3
Rabbit
12,516 Expert Mod 8TB
Did you copy and paste this?

You have spacing issues in GoodQty and Bin8.
Oct 30 '07 #4
Did you copy and paste this?

You have spacing issues in GoodQty and Bin8.
Yes, Rabbit,
is only a Copy&Paste problem...
Oct 30 '07 #5
Rabbit
12,516 Expert Mod 8TB
Yes, Rabbit,
is only a Copy&Paste problem...
If it's copy and paste then you need to get rid of those spaces in your SQL code. As far as errors go, there's nothing wrong with your SQL syntactically that would throw a non updatable error. That is assuming both of those objects are really tables and not queries.
Oct 30 '07 #6
If it's copy and paste then you need to get rid of those spaces in your SQL code. As far as errors go, there's nothing wrong with your SQL syntactically that would throw a non updatable error. That is assuming both of those objects are really tables and not queries.
Hello Rabbit,

thanks for your help.

I'm trying to solve the problem using a different approach.

Regards,
Beatrice
Oct 31 '07 #7
Hello Rabbit,

unfortunately, the different approach fails!

Do you have any idea how to append/merge two different linked tables?

I cannot understand why a linked table should be un-updatable!

Thanks and Best regards,
Beatrice
Oct 31 '07 #8
Rabbit
12,516 Expert Mod 8TB
There's no reason they shouldn't be updatabale. What/where are they linked to?
Oct 31 '07 #9
There's no reason they shouldn't be updatabale. What/where are they linked to?

Hello Rabbit,

sorry fot hte late reply, but I was very busy for other problems not related to my database.

Now Iwould like to use the few free time to finish it...
The problem is always the same: I receive data from two different sites in two different table, I link them in two different tables named ASE_Data1 and UTAC...
(they have different format... but contain the same data)
now in order to use all queries based on ASE_Data1, I want to append Utac data in ASE_Data1 table....
but I have always the same error message...Unupdataeble tables....

Why??

Thanks for your help!

Beatrice
Jan 21 '08 #10
LyndaS
3
Hi Beatrice,

Since it's April - I would hope that your problem was resolved by now.
If not, give this a try.

Both of the tables you are using should have a unique key. This error is typically created when you have one table does not.

If you are linking to SQL tables, be sure to choose a unique identifier and click on save password. If you are working with local tables, create a unique ID or assign one to an existing column.

Hope this is helpful.
Lynda
Apr 7 '08 #11

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

Similar topics

6
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used...
2
by: JMCN | last post by:
hi i need some advice on whether if it would be better to use an append query or an update query. here is the situation, i have linked another database table to my current database. then i...
2
by: Jill Elaine | last post by:
I am building an Access 2002 frontend with linked tables to an encrypted Paradox 7 database. When I first create these linked tables, I'm asked for the password to the encrypted Paradox database,...
4
by: robboll | last post by:
When I try to use an append query from an oracle link it takes forever. I am exploring the idea of doing an append action using a pass-through query. If I have an Oracle ODBC connection to...
22
by: RayPower | last post by:
I'm having problem with using DAO recordset to append record into a table and subsequent code to update other tables in a transaction. The MDB is Access 2000 with the latest service pack of JET 4....
7
by: Henrootje | last post by:
I have to run a lot of append queries. I have data in tables in old databases that has to be appended to tables in a new database. I made a new database in which I linked the old tables and the...
3
by: wvmbark | last post by:
First time poster... I just found this forum and it appears there's plenty of people here that could make short work of problem that's been driving me absolutely bonkers for months. Every day we...
1
by: sparks | last post by:
We have 3 databases that are just copies of the master. I have no idea why this is but I need to put them all in one. They contain a main table and 2 subtables linked one to many. I am sure that...
4
by: franc sutherland | last post by:
Hello, I am using Access 2003. I am having trouble trapping the "can't append all the records in the append query" error message when appending data to a query from a table which is linked to...
10
by: MeeMee | last post by:
Hi I have a problem appending data into an oracle table from access. I imported the new data from an excel sheet into a table in access and useed an append query to add the data into a linked...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.