J
Jonathan Wood
Miha,
I seem to be having a horrible time communicating for reasons I just cannot
fathom.
That's what I want. And if I have to write routines from scratch to save and
load my data from disk, that's exactly what I'll do. (I've done it plenty of
times in the past.)
SQL Server 2005 CE would be additional software.
Jonathan
You have to understand that ado.net is *not a database engine*. It is an
abstraction layer *over database stuff*. No database engine is part of
.net.
It happens that jet is a part of MDAC and MDAC is installed with .net.
But let's get back to your problem. You want a database without need to
worry.
I would recomend SQL Server 2005 CE.
http://www.microsoft.com/sql/editions/compact/default.mspx
It is a subset of real SQL Server, it is free and it is deployed by simpy
including an assembly or two with your app (I haven't worked with it
yet) - no deployment hassles at all!
I seem to be having a horrible time communicating for reasons I just cannot
fathom.
That's what I want. And if I have to write routines from scratch to save and
load my data from disk, that's exactly what I'll do. (I've done it plenty of
times in the past.)
SQL Server 2005 CE would be additional software.
Jonathan