> Mhm. How i can see the table in the .mdb access file on the
> workstation "B" from the Oracle server in the workstation "A"?
> What type of solution you suggest? Odbc, Ado...
> > Mhm. How i can see the table in the .mdb access file on the
> > workstation "B" from the Oracle server in the workstation "A"?
> > What type of solution you suggest? Odbc, Ado...
>
> You did not specify your platform, so let's assume Windows. You have to
> use the following technologies:
eheh...i hear this as "you seem to be a bit confused..so i'm sure you
have windows.." ;D
Ok: windows 2003 server+oracle that want see a table in a windows xp
access database.
> * Windows shared folders
mhm..i have to "share" the database?
> * ODBC
This is necessary on the "ms-access" machine to point at the db with a
dsn,it's right?
> * Oracle Heterogeneous Connectivity
i'm seeng a guide on this thing. i presume that my oracle versione has
the tools pre-installed.
thanks much!
> HTH
>
> Y.
yossarian - 30 Apr 2008 15:55 GMT
>> * Windows shared folders
> mhm..i have to "share" the database?
Since Access is an embedded DB, not a client/server one, you must find a
way to open the MDB file directly from the Oracle server. Windows shared
folders come to mind.
>> * ODBC
> This is necessary on the "ms-access" machine to point at the db with a
> dsn,it's right?
No, ODBC must be present on the Oracle server because Heterogeneous
Connectivity make calls to the ODBC stack.
>> * Oracle Heterogeneous Connectivity
> i'm seeng a guide on this thing. i presume that my oracle versione has
> the tools pre-installed.
No tools, just the Heterogeneous Connectivity libraries. You have to
modify a bunch of configuration files and bounce the listener IIRC.
Kind regards, Y.