Link Table in Access (1 Viewer)

mapache

New member
Local time
Tomorrow, 00:25
Joined
Nov 19, 2012
Messages
3
Hi All,

In my access i have a link table (oracle) and i can do queries from my computer cause i have the driver installed.
Ex:

Code:
 select distinct dept from [ODBC;DSN=dsn;server=server.com;uid=user;pwd=password].table_name

i'm doing this query to enter the username and password by query.
My problem is when someone (in other computer) query the access they need to have the driver installed(the only way that i know is to install client oracle wich is a bit heavy).

I tried with "MS Remote" without success.
Does anyone know how it works the ms remote provider? or if you know a better solution? :banghead:

Thanks in advance,
Mapache
 

mapache

New member
Local time
Tomorrow, 00:25
Joined
Nov 19, 2012
Messages
3
Sorry for that, It won't happen again.

Thanks,
Mapache
 

mapache

New member
Local time
Tomorrow, 00:25
Joined
Nov 19, 2012
Messages
3
Hi,

i'm doing that and it works fine but my problem is querying from another computer without the odbc driver.

i think you can do it with "ms remote" provider(point to my odbc driver) but i try to do it without success.

Any idea how to use ms remote???
mapache
 

Users who are viewing this thread

Top Bottom