• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Question regarding DAY in the db file

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have written test program to read db data
I am pasting sample data for 1 record:
*****************************************
Rec # 23*** suncertify.db.DataInfo@7c394c9drecordNumber = 23
Fields:Name = Flight number value = BA003
Name = Origin airport value = SFO
Name = Destination airport value = LAX
Name = Carrier value = BeethAir
Name = Price value = 99
Name = Day value = Sun
Name = Time value = 23:50
Name = Duration value = 30m
Name = Available seats value = 7
*****************************************
what is the use of Day in the above code?
In the GUI the departure and arrival supposed to be date or day.?
Does required to give user option of selecting arrival & departure to be date or day?
I am in confusion. I hope sombody who cleared the assignment or somebody finished GUI can help me.
Need help..
Thanks
Jyothi
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As per the requirement, for basic search in GUI, you should give only two option "Origin airport" and "Destination airport".
If you have time, then in advansed search you can put other fields such as "Price", "Carrier", "Day".(As per requirement this is not required). If you are providing all these options, then it should be "Day" field not the "Date".
I have designed my GUI as per above. I am still working on GUI.
Pratibha
 
jyothi ve
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank u prathiba. Even I just started the assignment with GUI.
Thakns
Jyothi

[This message has been edited by jyothi ve (edited September 30, 2001).]
 
Goodbye moon men. Hello tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic