CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: oracle VB

  1. #1
    Join Date
    Jul 2001
    Location
    Paris
    Posts
    19

    oracle VB

    hello
    i am trying to access an Oracle Database located on Hp Unix Server . i am using ADO on VB for this
    can anyone give me the form of the string connexion ? what i must put ine the fiels source ?
    all that i know about teh database is the port by which i can access
    hope to find the answer
    thanks a lot.


  2. #2

    Re: oracle VB

    If u use the oledb provider for oracle..

    adoConn.Open "Provider=MSDAORA.1;Password=tiger;User ID=scott;Data Source=dbname;Persist Security Info=True"




    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured