Ok if I had structure something like below? Would I be able to port this to the
Palm Database?
I understand how conduits work (I think?), but I also want a create a app on
the PC side that will let me tweak and values I have in this database?
I thought conduits are just used for Syncing the changes? Not editing?
The Palm Database manager, from what I looked at, you can create a record and
tweak it and so on. But if I have an array of the structure below how would I
track this with the Database manager?
Thanks again!
typedef struct {
unsigned int Type;
unsigned int Position;
unsigned int *Pin[10];
} Card
typedef struct {
unsigned int Num;
unsigned char *name[16];
Card cards[10];
} CardHolder
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/