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 to DbProviderFactory

LINQ to DbProviderFactory

Scheduled Pinned Locked Moved LINQ
csharpdatabasesql-serverlinqsysadmin
5 Posts 5 Posters 7 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.
  • P Offline
    P Offline
    Paladin2000
    wrote on last edited by
    #1

    LINQ to SQL was apparently designed for SQL Server, but I'm trying to find a way to make it interact with others. Maybe it's not possible, but if there were a way to use LINQ with a ProviderFactory, that could really help... But if it is possible to accomplish (somehow), I'm not finding it in Google. Thanks...

    P N T F 4 Replies Last reply
    0
    • P Paladin2000

      LINQ to SQL was apparently designed for SQL Server, but I'm trying to find a way to make it interact with others. Maybe it's not possible, but if there were a way to use LINQ with a ProviderFactory, that could really help... But if it is possible to accomplish (somehow), I'm not finding it in Google. Thanks...

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Depending how Fu your Oracle skills are, you can find a Linq to Oracle example here[^] which you could reverse to see how it works.

      I'm not a stalker, I just know things. Oh by the way, you're out of milk.

      Forgive your enemies - it messes with their heads

      My blog | My articles | MoXAML PowerToys | Onyx

      1 Reply Last reply
      0
      • P Paladin2000

        LINQ to SQL was apparently designed for SQL Server, but I'm trying to find a way to make it interact with others. Maybe it's not possible, but if there were a way to use LINQ with a ProviderFactory, that could really help... But if it is possible to accomplish (somehow), I'm not finding it in Google. Thanks...

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        In cases not covered most just use LinqToObjects with a DataTable or other container


        I know the language. I've read a book. - _Madmatt

        1 Reply Last reply
        0
        • P Paladin2000

          LINQ to SQL was apparently designed for SQL Server, but I'm trying to find a way to make it interact with others. Maybe it's not possible, but if there were a way to use LINQ with a ProviderFactory, that could really help... But if it is possible to accomplish (somehow), I'm not finding it in Google. Thanks...

          T Offline
          T Offline
          Thanigainathan S
          wrote on last edited by
          #4

          Hi, If you want to provide linq features for other DB environment please for ADO.Net Entity framework which supports DB apart from LINQ to SQL. One more appoach is to design your own entities and use System.Linq namespace to give LINQ features.

          India is Mythical and so we are

          1 Reply Last reply
          0
          • P Paladin2000

            LINQ to SQL was apparently designed for SQL Server, but I'm trying to find a way to make it interact with others. Maybe it's not possible, but if there were a way to use LINQ with a ProviderFactory, that could really help... But if it is possible to accomplish (somehow), I'm not finding it in Google. Thanks...

            F Offline
            F Offline
            Flo Lee
            wrote on last edited by
            #5

            Timothy, as the others already stated, it is depending mostly on the vendor of the Db. For example, see this Oracle discussion (by now the ODP with Entity support should be out): https://forums.oracle.com/forums/thread.jspa?messageID=2325615[^] If you want to write your own, it could take some time though... I think is is a non-trivial task. For what Db´s are you looking for? See also the various 3rd-party alternatives in the discussion...

            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