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

Java & MYSql query

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
just a quick question regarding java and its capabilities with MYSql as i havent had much experience on it (gota book coming this week)

im building a employee database application (database in MYSql, interface in Java obviously) which will allow the user to browse through and perform some functions on the database. the GUI will display all the the information in a record in the database, and there will be some database controls to move through the records (first,back,forward,last) which are likely to be buttons.

my way of thinking is that i need an employee class so that when an employee is created, and employee object is created and this is used to populate an entry in the database. is my way of thinking correct? or am i way off mark...

any guidance would be much appreciated. thanks
 
Ranch Hand
Posts: 381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This question doesn't really have anything to do with MySQL and not much with JDBC directly either. You really wanted to ask this question in another forum like this Object Relational Mapping or perhaps this one OO, Patterns, UML and Refactoring
 
Deyna Cegielski
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
thanks, i will repost it under a different section!
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic