I am writing my first Palm app and that is how I am doing it!

I have a patient db where I store all of the patients the user
has entered/downloaded.

I have a bill db where I store all of the bills the user has entered.

I then have 4 different lookupcode dbs that store various lookup
codes used when entering patients and bills.

Just make sure and give them all different names and it
works okay.

Brandon
----- Original Message -----
From: Timothy Astle <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Friday, April 07, 2000 2:26 PM
Subject: Re: Database tables?


> Thanks.
>
> So if I were to have an application with 3 different sections gathering
> data, I would create 3 databases?  (data stored in each would be
independant
> of each other)
>
> --
>
> Timothy Astle
>
>
>
> Al Macy <[EMAIL PROTECTED]> wrote in message
> news:7502@palm-dev-forum...
> >
> > Tim,
> >
> > For Palm, a database is essentially just a set of chunks of memory.  You
> can
> > store multiple fields in each chunk or database record, but you are
> > responsible for converting the chunk of memory into a structure
containing
> > the different fields.
> >
> > "Timothy Astle" <[EMAIL PROTECTED]> wrote in message
> > news:7489@palm-dev-forum...
> > >
> > > I'm new to databases in the Palm OS.  What I ideally need to do is
> create
> > 3
> > > tables and use a conduit to extract them.
> > >
> > > However, I've seen no mention of "tables" when reading about Palm
> > databases.
> > > Does this mean I have to create 3 separate databases?
> > >
> > > Could someone point me in the right direction?
> > >
> > > Thanks a million!
> > >
> > > Tim
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to