Hi all,
I need to know is there any way to create a select query in a module (ADO, oleDB) that includes columns from both local Access tables and remote Oracle tables in the same query WITHOUT USING LINKED TABLES/ODBC.
I already know how to do this with linked tables and DAO or ADO, but I want to do this without using ODBC in any way. (We are having difficulties with ODBC since we upgraded Oracle to 8.1.6, and are trying to isolate the problem.)
Thanks in advance for any help.
Paul
I need to know is there any way to create a select query in a module (ADO, oleDB) that includes columns from both local Access tables and remote Oracle tables in the same query WITHOUT USING LINKED TABLES/ODBC.
I already know how to do this with linked tables and DAO or ADO, but I want to do this without using ODBC in any way. (We are having difficulties with ODBC since we upgraded Oracle to 8.1.6, and are trying to isolate the problem.)
Thanks in advance for any help.
Paul