Re: understand basics - multiple cars in a database - selection of one

From: avpro avpro <avprowebeden(at)gmail(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: understand basics - multiple cars in a database - selection of one
Date: 2014-02-04 21:34:55
Message-ID: CAAQdDn=gYsWYY=GATSrYmOUtUCYf-5kmgZ+mqGh2Js7=SvKm+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

let me write it differently:
"when the application is lunched, I would like to select one car and then
every property, option, transaction (applicable to this car) should be
recorded by the application automatically. "

the property, option, transaction should be recorded by the application

hope this helps. thanks

On 4 February 2014 22:25, Richard Broersma <richard(dot)broersma(at)gmail(dot)com>wrote:

> On Tue, Feb 4, 2014 at 1:20 PM, avpro avpro <avprowebeden(at)gmail(dot)com>wrote:
>
>
>> when the application is lunched, I would like to select one car and then
>> every property, option, transaction applicable to this car should be
>> recorded by the application automatically.
>>
>> basically I'm trying to avoid a menu adding the relevant car every-time a
>> property is changed.
>>
>
> Some clarification: When you select a specific car, what are you expected
> your application to do? What does, "this car should be recorded by the
> application automatically" mean?
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message John Meyer 2014-02-04 21:34:57 Re: understand basics - multiple cars in a database - selection of one
Previous Message Richard Broersma 2014-02-04 21:25:14 Re: understand basics - multiple cars in a database - selection of one