Results 1 to 5 of 5
  1. #1
    sunharepal is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3

    Access Query Not Responding

    Hi
    I have a msaccess table acctbl and linked table from Oracle oratbl. I am running an update statement on acctbl and access is not responding and finally I have to cancel it out



    Records in tables are :
    oratbl - 6469806
    acctbl - 3542

    Update Statement
    UPDATE acctbl INNER JOIN oratbl ON acctbl.BookID = oratbl.Book_ID SET acctbl.Book_Price = oratbl.Book_Price;

    Can some one let me know how can we correct it.

    Thanks,

    Sun

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    6M records may be the issue when in Access03 - though theoretically it shouldn't.

    One should try the join in just a regular Select query, not an update query - - and see if that works ok. Depending on what you find may suggest the best way to implement an update.

    Hope this helps.

  3. #3
    sunharepal is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3
    Select query is also taking to NOT RESPONDING status. Is there any alternative way we can achieve UPDATE

  4. #4
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    well one would guess that xp with 512k ram trying to join a 6m table just doesn't have the power....

    that's not to say that it couldn't be the network, or that one simply isn't waiting long enough (some queries in the mainframe world take hours to run...)

    one could continue to experiment by importing that table - rather than linking to it....plus attempting to trim its size by filtering out obviously not needed records in making a new record set.

  5. #5
    sunharepal is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3
    Yes I have done small tweaking in the query to convert it to LEFT JOIN for update statement

    Also, Used subquery to restrict the size of 6 M records to match the records of the table that needs to be updated in the local access table.

    This let me run the update statement fine.

    Thanks,

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Help with Access Query
    By dae2604 in forum Access
    Replies: 2
    Last Post: 10-21-2010, 07:23 AM
  2. Access Query help
    By hascons in forum Database Design
    Replies: 1
    Last Post: 12-13-2009, 11:38 PM
  3. Access Query
    By malaysarkar in forum Queries
    Replies: 0
    Last Post: 11-26-2009, 12:57 PM
  4. Sql server query to MS access query
    By blazixinfo@yahoo.com in forum Queries
    Replies: 0
    Last Post: 07-07-2009, 08:12 AM
  5. Access Query
    By LinneaUD13 in forum Queries
    Replies: 0
    Last Post: 06-05-2009, 03:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums