ios-samples/Data
Paul Batum c289981784 The sqlite sample has a bug where it will insert more records into the table every time the app starts up. This is easily prevented by doing a count * and exiting early if records exist. 2012-05-14 22:02:33 -07:00
..
Code Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Images/Icon Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
ReferencedAssemblies Updated Vici CoolStorage to fix build error in sample. 2012-03-09 15:39:51 -05:00
Screens The sqlite sample has a bug where it will insert more records into the table every time the app starts up. This is easily prevented by doing a count * and exiting early if records exist. 2012-05-14 22:02:33 -07:00
Screenshots Added Data Sample 2011-10-09 21:59:29 -07:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Application.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Data.csproj Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Data.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default-Landscape~ipad.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default-Portrait~ipad.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default@2x.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist fixed plist icon issues in data sample 2011-11-17 08:28:14 -08:00
Metadata.xml Added Data Sample 2011-10-09 21:59:29 -07:00
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00

README.md

Data Access

This sample illustrates how use the built in SQLite functionality in iOS. It illustrates creating a database, adding rows, and querying using the following three data technologies: ADO.NET, SQLite .NET, and Vici Cool Storage. It also outputs performance data of the three approaches.

Authors

Bryan Costanich