⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 在S60上建立一个书籍存储的数据库.包括建立数据表,索引,以及基本SQL操作.
💻 TXT
字号:
BookstoreDb\Readme.txt


0. Overview
1. Compatibility
2. Building
3. Installation to device


0. OVERVIEW

  BookstoreDb example application demonstrates using DBMS APIs. The example
  includes a bookstore database engine and a simple Avkon GUI for testing the
  engine.

  The example complements the "Symbian OS: Using DBMS APIs v1.0"
  document.

  Relevant part is the CBookstoreDb database engine in DBEngine.h. It
  demonstrates following DBMS features:
  
  - Creating, opening and removing a database
  - Creating and dropping a table; creating an index
  - Retrieving, updating, removing and adding books using both 
    CPP API and SQL.
  - Querying and modifying database structure
  - Incremental operations both synchronously and asynchronously
  

1. COMPATIBILITY
  
  Series 60 Platform 2.0
  Tested on the Nokia 6600 mobile phone

  
2. BUILDING

  To run the example in the emulator, the project must be built
  from the following directory:
  - .\group 

  In the Visual Studio environment, create the ABLD.bat and build result 
  directories by typing
     >bldmake bldfiles
  Then build the project to debug emulator by
     >abld build wins udeb

  If having CodeWarrior or Borland environment, refer to their build 
  instructions.


3. INSTALLATION TO DEVICE

  The project provides a package definition file (*.pkg), which can be used 
  to generate required SIS installation package. 

  Notes:
  - The pkg file expect that ARMI build is done.
  - IMPORTANT:
    The file paths within pkg files must be modified to reflect system setup.
    They assume the local files are relative to 
        \Symbian\7.0s\Series60_v20\Epoc32

  There is also ready-to-use SIS file for quick try on a device. 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -