
Connecting oracle ( Unix server ) from windows mc using vb
If you would like to see an example of connecting to databases using ADO via
a windows based server to Unix/Linux, but without requiring any database
installations on the client side then download the following:
Universal COM Server. Install and run on *windows* server/network hosting
your database:
http://www.adoanywhere.com/download/AnywhereServer.zip
Client ActiveX control, does not require database installation files
(Oracle, Sql Server, JET, MySQL, Interbase etc), this will connect to
database, execute SQL and return modified records - (requires MS Persist):
http://www.adoanywhere.com/download/xrex.zip
--
Mike Collier - www.adoanywhere.com
Quote:
> > Is that possible to connect to the oracle database without client using
> vb??
> Yes you can but there are 3 conditions:
> 1) You don't breach Oracle licence...
> 2) You have a windows based server on the Linux network, hosting a COM
> application server and MDAC.
> 3) Your client applications use disconnected recordsets.
> Otherwise, I don't think you can do it without Oracle client
installations.
> --
> Mike Collier - www.adoanywhere.com
> --
> > Hi all,
> > we have an unix server in which oracle database is installed. we
were
> > successful in connecting to the database, if we have oracle client in
the
> > client's machine.
> > Is that possible to connect to the oracle database without client using
> vb??
> > can i get more details about the license agreement for the oracle..
> > Thanks in advance,
> > Venkat