Blog

Tag Archives: backticks

iPhone SDK Programming Tip – Backticks

There’s a long list of reserved words when using SQLite: http://www.sqlite.org/lang_keywords.html A good rule of thumb is to always use backticks (“) around database table and column names to avoid reserved keyword errors when running SQLite queries. Below is some … Continue reading

Posted in App Development, Tips | Tagged , , , , , , , | Leave a comment