Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Interfacing Oracle and Visual Basic
Here is what you need:
ORADC1.Connect = "scott / tiger" ORADC1.DatabaseName = "mydata" ORADC1.RecordSource = " select * from dual" ORADC1.Refresh
Charles Newman wrote in message <8t8hf3$prg$1_at_nnrp1.deja.com>...
>
>
>
> What do I need to key for for the "database name" and "connect"
>fields of an Oracle Data Control in Visual Basic. I want Visual Basic 6
>to connect to an Oracle 8i database.
> For those of you who are seeing this post a second time, I do
>apologize, but my first attempt at posting this seems to have gotten
>lost or something.
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Sun Nov 12 2000 - 12:54:09 CST
![]() |
![]() |