persistence

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mukoma
    New Member
    • Nov 2007
    • 2

    #1

    persistence

    I m quite new to prgramming in java and need help.
    wish to make a persistable class, while mapping the values of variables in this class to a database. can anyone give me an example of how this can be done.?
  • mrmlk
    New Member
    • Nov 2007
    • 2

    #2
    Originally posted by mukoma
    I m quite new to prgramming in java and need help.
    wish to make a persistable class, while mapping the values of variables in this class to a database. can anyone give me an example of how this can be done.?
    You will need to use JDBC (the Java Database Connectivity API). This is quite a large topic, much larger than a simple post here could cover. I recommend you take a read of the JDBC Tutorial.

    Comment

    • mukoma
      New Member
      • Nov 2007
      • 2

      #3
      thanks a lot. m looking into that area now .

      Comment

      Working...