Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Connecting to Oracle RDBMS from VBasic

Re: Connecting to Oracle RDBMS from VBasic

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Sat, 25 Mar 2000 15:48:56 -0000
Message-ID: <8bin5a$k1n$1@soap.pipex.net>


What do you mean by all the necessary files are in place?

If you have an Oracle ODBC driver (either MS or Oracle) then you can use ODBC If as other have suggested you have oo40 you can use Oracle Objects

Or (my preferred solution) you can use ado and an oledb driver. This last solution is likely to mean that there is lots of sample code you can steal.... sorry use for inspiration. It also means porting the app across to sql server or whatever is made much much easier.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
<vk02720_at_my-deja.com> wrote in message news:8bcclh$rqh$1_at_nnrp1.deja.com...
> How to connect to an Oracle server running on a Unix machine from
> Visual Basic running on a client NT machine ? All the appropriate
> files/settings are in place and sqlplus can be used to connect from the
> client NT machine.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Mar 25 2000 - 09:48:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US