On 11 Sep 2014, at 12:36am, Paul Bainter <pbain...@gmail.com> wrote:
> SQLite is a great database, but I've had nothing but problems deploying it > to a clean machine. Maybe I can help a little by explaining something. SQLite is C source code. It's available most conveniently as one .h file and one .c file and you can include them both in any application you're writing. No installers are needed, you download both text files from the SQLite website and put them wherever you want them. Any programming environment which lets your code call C functions should work fine with it. If not, please let us know. You may have found a library built on SQLite. You may have found an installer somewhere which purports to 'install' SQLite. That isn't how it works. SQLite doesn't need installation. There's no fixed place on a computer it has to be. It is not object code. It is not a library. It is not a framework. It is not a subversion package or a git package or any other kind of package. Whatever you found isn't SQLite. That doesn't mean you shouldn't post about it here. Some other user of whatever you found might be able to help you. It just means you should be complaining about the thing you found, not SQLite itself. I hope someone can point you at a way to let you use SQLite as an Entity Framework for Visual Studio 2013. Sorry, it's not a platform I'm familiar with. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users