Results 1 to 4 of 4

Thread: VB .Net 2010 and Oracle

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2009
    Location
    EG
    Posts
    87

    VB .Net 2010 and Oracle

    Hello,
    I need to ask a couple of questions .
    1) If i want to develop an application with VB.NET 2010 based on Oracle as a database, what files should i download on my LabTop ?

    2) What files should i include in my Package to install the application at client's LabTop ?

    I'm using WinxPsP3 Professional (X86, 32bit), VS 2010 Professional.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: VB .Net 2010 and Oracle

    You can download an Oracle-specific ADO.NET provider from the Oracle web site. ODAC contains the runtime libraries and ODP.NET contains ODAC as well as development tools that includes support for typed DataSets and Entity Framework. ODAC can be installed on your end-users' machines, either manually or as part of your installer, or you can simply set the Copy Local property of your Oracle references to True and the required DLLs will be output along with your EXE.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2009
    Location
    EG
    Posts
    87

    Re: VB .Net 2010 and Oracle

    i will google "ADO.NET provider from the Oracle web site" and see what i can use to work with Oracle as a database for my application.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: VB .Net 2010 and Oracle

    Or you could just go to the Oracle web site and see what you can see. I just did and there's a Downloads menu that has an item on it for Developer Tools for Visual Studio. That took about 3 seconds.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Tags for this Thread

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