By tag: SQLite
0
kicks
Using SQLite in a Windows Phone app. Part 1
Although the Windows Phone platform doesn't support a local database out of the box, adding support for SQLite to a Windows Phone app is actually very easy. Vici CoolStorage, an open-source data access layer and ORM, allows you to add local SQLite db access to your Windows Phone app
0
kicks
7 Minutes from Install to your working EntitySpaces Architecture
7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS
0
kicks
NHibernate 2.0, SQLite, and In-Memory Databases
Had trouble getting in memory SQLite databases running with NHibernate 2.0? Or just want to setup in-memory SQLite databases to do some unit testing? Well, then you should check out this post.
0
kicks
Blisteringly fast Integration Tests with NHibernate and SQLite
Intergration tests can be slow and can be painful to run often. In this post I cover using SQLite with NHibernate, and automatically switching between SQLite and SQL Server
0
kicks
New System.Data.SQLite with Experimental Support for LINQ
A new version of System.Data.SQLite from sqlite.phxsoftware.com is available.
0
kicks
Selecting Random Records With SQL
Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code?
Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and ...
0
kicks
Tool for creating SQLite databases in Windows
I don't work much with Linux environments. Nor do I have a PHP environment om my laptop. Realizing that choices were slim, I created my own handy tool to create SQLite databases that I can use witch the System.Data.SQLite package found over at http://sqlite.phxsoftware.com/
This latest release us...