Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. LINQ
  4. Linq for Oracle

Linq for Oracle

Scheduled Pinned Locked Moved LINQ
csharporaclelinqquestion
3 Posts 3 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bjohnson33
    wrote on last edited by
    #1

    Hi Has anybody successfully used Linq against an Oracle back-end? Any recommendations for 3rd party libraries? Oracle don't appear to have any plans to implement this themselves in the near future... Thanks Ben

    C J 2 Replies Last reply
    0
    • B Bjohnson33

      Hi Has anybody successfully used Linq against an Oracle back-end? Any recommendations for 3rd party libraries? Oracle don't appear to have any plans to implement this themselves in the near future... Thanks Ben

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      LINQ to SQL only works against SQL Server, if you want to use it against Oracle your best bet at the moment is using LINQ against a DataSet. However, that means that you cannot efficiently use LINQ to filter data. If you are using the same subset of data over-and-over again it might be useful though.

      Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Mixins in C#3.0 My website | Blog

      1 Reply Last reply
      0
      • B Bjohnson33

        Hi Has anybody successfully used Linq against an Oracle back-end? Any recommendations for 3rd party libraries? Oracle don't appear to have any plans to implement this themselves in the near future... Thanks Ben

        J Offline
        J Offline
        Judah Gabriel Himango
        wrote on last edited by
        #3

        LINQ for MySql, Postres, Oracle[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups