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. .NET (Core and Framework)
  4. In-memory DB engine?

In-memory DB engine?

Scheduled Pinned Locked Moved .NET (Core and Framework)
databasecomalgorithmsxmlperformance
2 Posts 2 Posters 0 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.
  • R Offline
    R Offline
    Ray Cassick
    wrote on last edited by
    #1

    Is anyone here aware of any in-memory DB engines that can be used to run simple queries against? I am looking for something that could read in an XML serialized dataset bu then let me run SQL style queries against it. I have been playing around with using DataViews on a DataSet but that does not seem to be as in depth as I would like. I am interested in in doing some grouping and sorting functions so I can run reports against the data I get back. I could import this data into a local DB like MSDE or maybe even Access (ech) if I really had to but I would love to avoid that if I could. Otherwise I am kind of stuck writing this query and reporting code myself.


    George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
    My Blog[^]


    J 1 Reply Last reply
    0
    • R Ray Cassick

      Is anyone here aware of any in-memory DB engines that can be used to run simple queries against? I am looking for something that could read in an XML serialized dataset bu then let me run SQL style queries against it. I have been playing around with using DataViews on a DataSet but that does not seem to be as in depth as I would like. I am interested in in doing some grouping and sorting functions so I can run reports against the data I get back. I could import this data into a local DB like MSDE or maybe even Access (ech) if I really had to but I would love to avoid that if I could. Otherwise I am kind of stuck writing this query and reporting code myself.


      George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
      My Blog[^]


      J Offline
      J Offline
      Joel Lucsy
      wrote on last edited by
      #2

      Sorry to take so long to see your message, but investile sqlite as it'll have the features you're most likely to want. There should be a number of wrappers for .NET out there.

      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