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 from visual basic

Re: connecting to oracle from visual basic

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1997/10/28
Message-ID: <6342vb$403$1@news00.btx.dtag.de>#1/1

ninish_ukkan_at_gmacm.com wrote:
>
> Hi,
>
> i am able to connect to an oracle database using visual manager and
> report manager of Visual basic, but am unable to locate the Oracle data
> source option in the Connect property of a data bound control object.
> what changes have to be done for this?
>
> Ninish
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet

Hi,

    dtcData.DatabaseName = "ODBC; SRVR=<DB-NAME>; UID=user; PWD=password"

    dtcData.Connect = <DB-NAME>

   <DB_NAME> is the database-alias you created with SQL-NetEasy.

-- 
Regards

M.Gresz    :-)
Received on Tue Oct 28 1997 - 00:00:00 CST

Original text of this message

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