<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>iPhoneKicks.com - new database stories</title>
    <description>the newest database stories from iPhoneKicks.com</description>
    <link>http://www.iphonekicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>iPhoneKicks.com - iPhone SDK links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Read/Write data on the iPhone: Property Lists, SQLite, or Core Data?</title>
      <description>Compares the three major ways to manage persistent data: which one is right for your application? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2ftapity.com%2fiphone-app-development%2freadwrite-data-on-the-iphone-property-lists-sqlite-or-core-data%2f"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftapity.com%2fiphone-app-development%2freadwrite-data-on-the-iphone-property-lists-sqlite-or-core-data%2f" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/Read_Write_data_on_the_iPhone_Property_Lists_SQLite_or_Core_Data</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/Read_Write_data_on_the_iPhone_Property_Lists_SQLite_or_Core_Data</guid>
      <pubDate>Sat, 19 Sep 2009 21:46:17 GMT</pubDate>
    </item>
    <item>
      <title>Date Closest to 'NOW'</title>
      <description>I have needed a SQLite query that returns exactly a time which is very closest to the current time.
From 7:00pm,8:00pm, 9:00am and 10:00pm if the current time is 8:30pm, I will require 10:00pm. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fwww.drobnik.com%2ftouch%2f2009%2f05%2fdate-closest-to-now%2f"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.drobnik.com%2ftouch%2f2009%2f05%2fdate-closest-to-now%2f" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/Date_Closest_to_NOW</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/Date_Closest_to_NOW</guid>
      <pubDate>Wed, 27 May 2009 03:46:23 GMT</pubDate>
    </item>
    <item>
      <title>A Quick Overview of Basic CoreData Concepts</title>
      <description>An Author of this post goes through a Quick Overview of Basic CoreData Concepts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2ftheocacao.com%2fdocument.page%2f476"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftheocacao.com%2fdocument.page%2f476" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/A_Quick_Overview_of_Basic_CoreData_Concepts</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/A_Quick_Overview_of_Basic_CoreData_Concepts</guid>
      <pubDate>Tue, 07 Apr 2009 15:47:19 GMT</pubDate>
    </item>
    <item>
      <title>Enforce Foreign Key Integrity in SQLite with Triggers</title>
      <description>This Post explains how to enforce foreign key Integrity in SQLite with the help of Triggers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fwww.justatheory.com%2fcomputers%2fdatabases%2fsqlite%2fforeign_key_triggers.html"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.justatheory.com%2fcomputers%2fdatabases%2fsqlite%2fforeign_key_triggers.html" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/Enforce_Foreign_Key_Integrity_in_SQLite_with_Triggers</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/Enforce_Foreign_Key_Integrity_in_SQLite_with_Triggers</guid>
      <pubDate>Mon, 02 Mar 2009 16:47:12 GMT</pubDate>
    </item>
    <item>
      <title>SQLite Tutorial - Saving images in the database</title>
      <description>Using BLOB data type we can store an image in the SQLite database. The data that actually gets stored in the database is the bytes that make up an image or a file. Complete source code available for download &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fwww.iphonesdkarticles.com%2f2009%2f02%2fsqlite-tutorial-saving-images-in.html"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iphonesdkarticles.com%2f2009%2f02%2fsqlite-tutorial-saving-images-in.html" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/SQLite_Tutorial_Saving_images_in_the_database</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/SQLite_Tutorial_Saving_images_in_the_database</guid>
      <pubDate>Fri, 27 Feb 2009 04:46:35 GMT</pubDate>
    </item>
    <item>
      <title>SQLite Tutorial</title>
      <description>This article explores the power and simplicity of sqlite3, starting with common commands and triggers. It then covers the attach statement with the union operation, introduced in a way that allows multiple tables, in separate databases, to be combined as one virtual table, without the overhead of copying or moving data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2ffreshmeat.net%2farticles%2fview%2f1428%2f"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffreshmeat.net%2farticles%2fview%2f1428%2f" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/SQLite_Tutorial</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/SQLite_Tutorial</guid>
      <pubDate>Wed, 28 Jan 2009 22:46:51 GMT</pubDate>
    </item>
    <item>
      <title>iPhone SDK Tutorial: Reading data from a SQLite Database</title>
      <description>Nice iPhone SDK tutorial explains reading the data from a SQLite database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fdblog.com.au%2fiphone-development-tutorials%2fiphone-sdk-tutorial-reading-data-from-a-sqlite-database%2f"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdblog.com.au%2fiphone-development-tutorials%2fiphone-sdk-tutorial-reading-data-from-a-sqlite-database%2f" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/iPhone_SDK_Tutorial_Reading_data_from_a_SQLite_Database</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/iPhone_SDK_Tutorial_Reading_data_from_a_SQLite_Database</guid>
      <pubDate>Sat, 24 Jan 2009 04:46:24 GMT</pubDate>
    </item>
    <item>
      <title>Creating a ToDo List Using SQLite</title>
      <description>An excellent 4 part series shows how to creating a ToDo List Using SQLite and UITableView. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2ficodeblog.com%2f2008%2f09%2f22%2fiphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4%2f"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ficodeblog.com%2f2008%2f09%2f22%2fiphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4%2f" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/Creating_a_ToDo_List_Using_SQLite</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/Creating_a_ToDo_List_Using_SQLite</guid>
      <pubDate>Sat, 24 Jan 2009 10:47:00 GMT</pubDate>
    </item>
    <item>
      <title>SQLite Administration without a DBA</title>
      <description>Do you know how to take the backup of SQLite data base and log the error information through command Line? If no please read this article he explains lots of administration comments as well how to log the error information in database, encryption, SNMP agent integration   and more..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fwww.squidoo.com%2fsqlitehammer%23module6137218"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squidoo.com%2fsqlitehammer%23module6137218" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/SQLite_Administration_without_a_DBA</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/SQLite_Administration_without_a_DBA</guid>
      <pubDate>Tue, 23 Dec 2008 10:45:20 GMT</pubDate>
    </item>
    <item>
      <title>12 SQLite Resources for iPhone Developers</title>
      <description>We've collected together some of the best SQLite related tutorials, and libraries in order to help you on your way with this essential iPhone programming technology &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fwww.mobileorchard.com%2fiphone-sqlite-tutorials-and-libraries%2f"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mobileorchard.com%2fiphone-sqlite-tutorials-and-libraries%2f" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/12_SQLite_Resources_for_iPhone_Developers</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/12_SQLite_Resources_for_iPhone_Developers</guid>
      <pubDate>Thu, 11 Dec 2008 13:36:01 GMT</pubDate>
    </item>
    <item>
      <title>Excellent 5 Part SQLite Tutorial Series</title>
      <description>An excellent 5 part series on SQLite which deals with selecting data (Part 1), deleting data (Part 2), adding data (Part 3), loading data on demand (Part 4) and finally updating data (Part 5). Uses UITableView for UI related tasks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.iphonekicks.com/kick/?url=http%3a%2f%2fwww.iphonesdkarticles.com%2f2008%2f10%2fsqlite-tutorial-selecting-data.html"&gt;&lt;img src="http://www.iphonekicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iphonesdkarticles.com%2f2008%2f10%2fsqlite-tutorial-selecting-data.html" border="0" alt="kick it on iPhoneKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.iphonekicks.com/database/Excellent_5_Part_SQLite_Tutorial_Series</link>
      <guid isPermaLink="true">http://www.iphonekicks.com/database/Excellent_5_Part_SQLite_Tutorial_Series</guid>
      <pubDate>Thu, 11 Dec 2008 16:38:22 GMT</pubDate>
    </item>
  </channel>
</rss>