<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - cmndo</title>
<link>http://snipplr.com/users/cmndo/tags/database</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 10:53:42 GMT</pubDate>
<item>
<title>(JavaScript) Query Local Database with targeted callback and custom arguements</title>
<link>http://snipplr.com/view/50724/query-local-database-with-targeted-callback-and-custom-arguements/</link>
<description><![CDATA[ <p>In a recent iphone webapp I developed, I needed to use safari's Local Database feature. The webapp needed to make a few SQL Queries while performing other actions.

The local database data transaction process makes it difficult to make queries and assign the data you really want. But hey, that's asynchronous event handling for you.

This function allows you to tightly couple an object with the query which will be available in the callback.</p> ]]></description>
<pubDate>Wed, 16 Mar 2011 07:43:10 GMT</pubDate>
<guid>http://snipplr.com/view/50724/query-local-database-with-targeted-callback-and-custom-arguements/</guid>
</item>
</channel>
</rss>