Results 1 to 2 of 2

Thread: ADO Connect String for Oracle

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Location
    Karachi,Pakistan
    Posts
    16

    Unhappy

    I want to connect to an oracle server using ADO.
    Can any body tell me how to connect using connect string
    Server name is neural1
    db instance name is @orcl
    user id = bew
    password = bew
    Please Help me quickly.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    this is what I came up with quickly...no warranties expressed or implied

    Provider=MSDAORA;User ID=bew;Password=bew;Data Source=neural1;

    you can possibly add this to the end of it if the above does not get you to the correct database (or instance)
    Initial Catalog=@orcl


    sorry, I'm no oracle guru, but maybe that'll do it....


    later!

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