Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » Ultra Light C/C++ プログラミング » チュートリアル » チュートリアル:C++ API を使用した iPhone アプリケーションの構築

 

レッスン 2:アプリケーションへのデータベースの追加

データベースと対話するために、アプリケーションは、Apple フレームワークによって規定されている MVC パターンに従って、Model クラスを定義します。

 Data Model クラス
 DataAccess シングルトン
 データベースへの接続の確立
 データベースアクセス
 アプリケーションを構築します。