Results 1 to 2 of 2
  1. #1
    ianclark2992 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jun 2013
    Posts
    3

    Update Data (11gxe w/ sqlplus) Does Not Show in ODBC (MS Access 07)

    Hi,

    I am currently working with a vey small database on my computer ran in Oracle 11gxe. I use MS Access 2007 to view and run queries with my data. I recently discovered that if I updated a column in sqlplus the data will update in my 11g database but not in MS Access. I have tried refreshing the connection and even relinking the tables with no resolve.



    query I enter

    Update student set first_name = 'test' where first_name = 'Ian';

    student still shows as Ian in MS Access and responds to queries including first_name = 'Ian'.

    student shows as test in 11g and responds to queries including first_name ='test'.


    I have looked on line and have not been able to find any reason why this is happening...

    Thanks in advance

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725
    Have you tried relinking the Oracle table from Access? sqlplus will update Oracle -- it is an Oracle utility and unknown to Access.
    Access talks to your oracle db via ODBC. If you updated Oracle via sqlplus, then you must relink the oracle table in Access.

    Good luck.

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

Similar Threads

  1. Replies: 0
    Last Post: 12-31-2012, 10:50 AM
  2. How to show data in Access Form
    By riaarora in forum Access
    Replies: 5
    Last Post: 08-22-2012, 07:25 PM
  3. Replies: 1
    Last Post: 06-27-2012, 09:16 AM
  4. Replies: 1
    Last Post: 11-15-2011, 07:26 AM
  5. Replies: 0
    Last Post: 08-30-2006, 02:50 AM

Tags for this Thread

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