Connecting oracle ( Unix server ) from windows mc using vb 
Author Message
 Connecting oracle ( Unix server ) from windows mc using vb

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



Fri, 10 Dec 2004 12:19:49 GMT  
 Connecting oracle ( Unix server ) from windows mc using vb
Hi,

I think you need to have client tools for Oracle to connect to it. Same for
SQL Server.

--
Val Mazur
Microsoft MVP


Quote:
> 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



Fri, 10 Dec 2004 19:38:50 GMT  
 Connecting oracle ( Unix server ) from windows mc using vb
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
--


Quote:
> 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



Fri, 10 Dec 2004 19:40:50 GMT  
 Connecting oracle ( Unix server ) from windows mc using vb

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..

No. If you're connecting from a Windows based client the Oracle client software must be installed.


Microsoft MVP (Visual Basic)



Sat, 11 Dec 2004 01:50:55 GMT  
 Connecting oracle ( Unix server ) from windows mc using vb
Venkat Raman

The only path to the Oracle server that does not use the Oracle client
software and Net*8 configured protocols is via java.

Oracle supports the Type 2 and the Type 4 JDBC drivers - the thin client and
the native client -- but that is java, but the Client software does not have
to be installed, only the JVM (that supports JDK 1.1 or later).  All other
paths require the Oracle client software, except as Mike has suggested.

roy fine


Quote:
> 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



Sat, 11 Dec 2004 02:29:31 GMT  
 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



Sat, 11 Dec 2004 02:34:15 GMT  
 Connecting oracle ( Unix server ) from windows mc using vb
Thank you Val Mazur, Mike Collier, Paul Clement, Roy Fine


Sat, 11 Dec 2004 11:15:32 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. VB Windows -> Oracle (UNIX) Connectivity

2. How to connect to Unix using VB

3. How to connect UNIX using VB

4. IMPOSSIBLE TASK: Connect to Oracle 8 database using Active Server Pages

5. How to Connect to Oracle DB on Unix?

6. Connecting to ORACLE on UNIX

7. connecting to oracle on unix

8. connecting from win98 to Oracle on UNIX

9. Windows NT (Excel VB) to Unix inetd Client-Server Link

10. Urgent, using VB to run files in unix server

11. Connecting to Oracle using connect string

12. Unable to connect Oracle using the Microsoft OLE DB Provider for Oracle

 

 
Powered by phpBB® Forum Software