No. To make it fast, the concept is this: All tracks are listed one after another in the database in sort order Artist - Year - Album - Tracknr - Title. This way when displaying an album, all I have to do is seek to the first song in that album and read out x tracks until I hit the next album. It doesn't work like a relational database where you can use a query to return records. This was developed on a Palm Vx, so speed was one of my concerns, and a database with 10,000 tracks would have been slow, especially when scrolling in one of the views.
_________________________
Mark Cushman