Hi Michael,
I dont have much idea about the Olite on Palm.
But its quite tough job to implement relational database in the current palm
database format.
The APIs dont provide any means to join the tables, you can not open more than
one database at a time. these facts force you to design your database tables
in denormalized format.
Comments welcome.
Mandar
Michael McFarland wrote:
> Is there a fast/easy way to manipulate relational databases (such as
> Oracle Lite, http://www.oracle.com/mobile/olite/html/olite35_ds.htm)
> through the Palm SDK? Or how difficult is it to implement a relational
> database type of structure based on the standard Palm databases? Any tips
> or resources would be appreciated.
>
> Michael