Something Besides Sql Server
I understand how nice Sql server express is, but I need to find a different way of storing data. I am trying to create a program that I can distribute without forcing the user to install a bunch of stuff (except the framework, of course).
I also understand that I could use xml, but I would need to learn a new way to program (I already know how to program against an SQL database).
Does anyone have any suggestions on what kind of database I could use, and any links on how to program against it?
[505 byte] By [
timlshu] at [2008-2-2]
That is what I was thinking about, but I can't figure out how to program against it. I know how to do the SQL, but how do I do the codebehind to connect to the database?
Any help?