J
Jon Skeet [C# MVP]
John Bailo said:But that's not what I said.
I'm not trying to replace the dbms with another.
I want to eliminate it entirely and read my data direct as files into c#
and manipulate it there.
WHat I need is a data server simple as an http server that can take raw
requests and let me manipulate on the middle ware.
Let me get this clear: will you have a server element separate from the
client element or not? If not, then you've eliminated one aspect which
is appealing to many, many people.
If you *are* going to separate them, then either you're suggesting
shunting all the data from one place to another (which would be much
slower in almost all cases than processing the query "in place") or you
*are* effectively replacing the DBMS with another.
It would help if you'd spell out your suggested architecture a bit more
clearly. I would be very surprised if you've got an architecture which
is significantly better than the one(s) the rest of the world uses
though...