Results 1 to 3 of 3

Thread: Connecting to Oracle 11g

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2010
    Posts
    1

    Connecting to Oracle 11g

    I have an older VB 6 application running on Oracle 10g that is using the following to connect to Oracle 10g. It is running on Windows 2003 Server.

    Provider=MSDAORA.1;
    Password=myPassword;
    User ID=myUser;
    Data Source=myDataSource;
    Persist Security Info=True;

    We are upgrading to Oracle 11g on a Windows 2008 Server machine. I left the connection string unchanged.

    Now when the app tries to connect to Oracle, I get an error that more or less says it can't find the Oracle client or it's compnents.

    Can anyone shed some light on my issue?

  2. #2
    Frenzied Member
    Join Date
    Mar 2009
    Posts
    1,182

    Re: Connecting to Oracle 11g

    Option Explicit should not be an Option!

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Connecting to Oracle 11g

    Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)

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