I used the database designer that came with Falch Developer Studio.  You can
get it at www.falch.net.

David

"Sagaon Luis Xavier" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> HI, my name is Luis, can u tell me what program are u using for design
data
> bases.. and if u know where I can download this application I will
> appreciated.
>
>
>
> Thanks..
>
>
>
> -----Original Message-----
> From: David [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 11, 2003 9:39 PM
> To: Palm Developer Forum
> Subject: Palm Database
>
> I am having a problem with my database.  The problem is I don't really
know
> how to access it.  Below is my layout of the database.  When I click a
> button on my form, I call another form to display a list of data from the
> database.  Everytime I try this, it shows me what is in my Customer field,
> but I need it to show what is in the Item field.  Can someone please help
> me?  I would also like to know a good resource for learning about
databases.
> I am using Falch.net Developer Studio.
>
> Thanks,
> David
>
> typedef struct Camelot_tagpwITM
> {
> char Customer[11];
> char Item[21];
> char ItemSub1[11];
> char ItemSub2[11];
> char Description[31];
> char Description2[31];
> char PreferredBin[11];
> char CountUnit[5];
> char AltUnit1[5];
> char AltUnit2[5];
> char DfltOrderUnit[5];
> char WeightUnit[5];
> char UnitWeight[11];
> char TareWgtUnit[5];
> char UnitTareWgt[11];
> char DimUnit[5];
> char UnitVol[5];
> } Camelot_RECORD_pwITM;
>
>
>
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to