Basic Database Management Under Palm OS: Sorting and Searching Records
Hits: 566
Description: There is no doubt that each application working with a database needs to sort records or search them. With SQL-enabled databases, you just execute the appropriate SQL query to get the desired functionality. Native Palm OS databases don\'t support SQL at all. Instead, the Palm OS uses a data model similar to flat files with the ability to sort and search containing data. Later in this article, we will discuss how to do it. Sorting Records Data Manager has several functions...