1) define table structure
2) learn about jdbc
3) create a decent architecture for your persistence layer
4) decouple the persistence code out of your existing application
5) replace the calls to the decoupled persistence code with calls to the new persistence layer
jwenting 1,905 duckman Team Colleague
squigworm commented: Very Very Helpful !!!! +1
jwenting 1,905 duckman Team Colleague