Accessing Oracle using VB 2005 express

Hi,

Can anyone point me toward some examples of how to connect to an Oracle DB programatically using VB 2005 express.

I understand that the wizards for Oracle are disabled but if I try and do a Imports System.Data.----- OracleClient is not an option.

I am really stuck on this one.

Any help would be greatly appreciated.

Thanks

Bert



Answer this question

Accessing Oracle using VB 2005 express

  • drammer

    I could be wrong but I think you need to install Oracle drivers.



  • eszra

    hi,

    you can take a look to this link

    http://support.microsoft.com/default.aspx/kb/308071/en-us

    hope this helps



  • Sivar


    If I remember correctly, you need to add the Microsoft .NET provider for Oracle library reference to your project.

  • Daniel Goita Ferketa

    Bingo!

    I am new to the entire .Net experience but I am really looking forward to getting into it.

    Thanks for the help!


  • Accessing Oracle using VB 2005 express