Thread Zugriff auf Oracle ohne Installation von Oracle: Oracle (23 answers)
Opened by Gast at 2004-06-15 12:50

jan
 2004-07-10 01:25
#32276 #32276
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
ja, da war ich eben nicht so ganz sicher, weil ich proxy zuerst mal als proxy verstehe, nicht so sehr als interface. es scheint aber, als hättest du recht, zumindest beschreibt http://dev.isystek.com/dbi/fom-serve/cache/9.html das so:
Quote
How can I connect to a database (SQL Server, MS Access, etc...) servers on Win32, from my client script which resides on my *NIX machine.

There are a few ways of accomplishing this.

1. You can use DBI::ProxyServer on the database server side and
DBD::Proxy on the client side, which allows your script to utilize
the servers facilities for accessing the database, so you don't need
any extra software (except DBI and DBD::Proxy) installed on the client
side. The server side still needs an ODBC driver manager and the
particular ODBC driver in order to access the database. The combination
of the Proxy modules, allow you to remotely use the servers ODBC driver.


ich hab's allerdings nie ausprobiert, meine zweifel bezogen sich nur auf den begriff proxy, der gleichzeitig auch ein interface enthält

View full thread Zugriff auf Oracle ohne Installation von Oracle: Oracle