Eric,
So when connecting to Oracle via ODBC I need another product? I thought the
whole point of ODBC was to abstract the DB. Can you describe the set up
further or point me to where I can get more details?
Thanks,
Russ
> You have to install the ORACLE connection software
>
[quoted text clipped - 8 lines]
> >
> > thanks
Eric Blitzer - 29 May 2007 14:07 GMT
When I did it years ago the software was part of the oracle installation disks.
> Eric,
>
[quoted text clipped - 18 lines]
> > >
> > > thanks
Andy Hull - 29 May 2007 15:46 GMT
Hi
Now I understand!
Your connection to Oracle is fine else you wouldn't get to see the list of
tables - they are the right tables aren't they?
The problem is that you are working with or have created a new Access Data
Project (ADP) which is a type of Access database that stores its tables in a
SQL Server database. So at the point that you're telling Access to go get the
Oracle data and store it in Access it wants to connect to its SQL database to
do that.
Either, you're meaning to work with an ADP and therefore need to tell it the
SQL server...
Or, you need to create an Access database (.MDB file) and import your data
into that. When you launch Access and click File and New - choose Database
(not Project).
Hope this helps
Regards
Andy Hull
> Eric,
>
[quoted text clipped - 18 lines]
> > >
> > > thanks
Andy Hull - 29 May 2007 16:02 GMT
One last thing...
Consider Linnking your Oracle tables as opposed to importing them.
File - Get External Data - Link Tables...
Importing them will mean hauling a load of data across your network and
storing in your Access database - and then it won't be live and will have to
be re-imported sometime in the future.
Linking your tables is like a shortcut telling Access where the data is when
it needs it. Obviously, the data required by any queries has to be brought
across the network at runtime so there are pros and cons.
Regards
Andy Hull
> Eric,
>
[quoted text clipped - 18 lines]
> > >
> > > thanks
xrbbaker - 29 May 2007 16:21 GMT
You were right on the money. I picked the MDB, did the LINK, and it works
like a charm. Thanks for your help!
Russ
> One last thing...
>
[quoted text clipped - 36 lines]
> > > >
> > > > thanks