• 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

project problem

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got a project from a medical college in which Phase one is developed in visual
Basic by which data is entered through form.Now I have to develop phase two in which
again the same data is to be entered and ifthe database data and entering data is
different then a error message is up and log is made that here data is different and
is now been corrected.
I want to make this phase in java.Back end is access97.As in visual basic we make
different form in a project and use form load or unload to move to different forms.
Here I would be using different class in which frame are there.I want to know how
would I move from one form to other.Means frame visibility is to made true and
false.
What procedure should I take as total 18 forms are to be created?
I am using java here to do a project in java as I could practise in it.Would this
type of practise would be usefull in other industrial project.
would it be feasible to use java here as It is mostly server side language?
we have crystal report in VB is there any type of report generator in java?
When a data entry operator press tab button .It should check the text in textbox
with the data at that column/row of the database. here what i am going to do is to
take all fields data into a string as String empName=rs.getString("name") , String
empTitle =rs.getString("title"); ...
and then checking each with textfield value.And if any field value do not match then
give message box to update.Then when he press update button it updates the row with
giving getupdatecount()
And suppose data entry operator has corrected 100 rows then how I would shift the
cursor in access 97 to rowno 101 for the next time he open the database with form.
If I could get small code on this as an examples to me .I would be very thankfull to
you all.
Any help is welcome.
 
reply
    Bookmark Topic Watch Topic
  • New Topic