TAILIEUCHUNG - Phát triển ứng dụng cho iPhone và iPad - part 6

Tham khảo tài liệu 'phát triển ứng dụng cho iphone và ipad - part 6', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 2 The iPhone and iPad Database SQLite WHAT S IN THIS CHAPTER Creating an SQLite database Connecting your application to a database and displaying its data Running SQL statements against an SQLite database to insert and select data Building a database and an iPhone application to view master-detail relationships As an application developer you have several options when it comes to storing the data used by your iPhone application. You could use plist files XML or plain text. While any of these solutions are acceptable in certain situations they may not provide the best efficiency for your application. None of these formats allows you to query for specific data quickly nor do they provide an efficient way to sort your data. If your application is designed to work with a large data set and you would like the ability to query and sort it you should consider using SQLite. In the last chapter you learned how to display a small dataset that was stored in a simple array. As you move on to build more complicated applications chances are that your data set will grow. Hard-coded arrays will probably not meet the demanding requirements of a more complicated application. You will find as you progress with your iPhone development that you need a data storage solution more robust than a simple array. In this chapter you will learn about the database engine that backs many iPhone applications SQLite. By the end of this chapter you will be able to build an application that uses SQLite as its backing data store. 20 I CHAPTER 2 THE IPHONE AND IPAD DATABASE SQLITE To use SQLite you will first learn to create a database using the command-line application provided with Mac OS X. This tool will enable you to create the schema of your database populate it with data and perform queries. Next you will learn how to deploy your database with an iPhone application connect to it in code and display the results or your SQL queries. By the end of the chapter you will know how to build a fully .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.