Search results

  1. J

    Query Oracle table and local Access table in one sql statement

    I already queried both tables independently and they both produced results successfully. However, when I try to make the access query as a subquery, I get the error message
  2. J

    Query Oracle table and local Access table in one sql statement

    Hello, I have a situation and I really need help with that. I have an access form that I use to query Oracle tables (via ODBC). Right now, I'm trying to run a SQL query against an Oracle table using values from a local Access table. I keep getting an "ORA-00942 error:table or view does not...
Back
Top Bottom