Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing Java Objects

Status
Not open for further replies.

dennisGuru

Programmer
Sep 14, 2001
37
0
0
NL
Is it possible to store Java Objects in mysql? And not just the variables?

This would be very helpfull.

For example:
I have a class Person with variables Name and Age. Later I decide to add Address. And I do not want to change the database or the Java code. I can store the variables in a Hashtable.

But can I store this Java Object in the MySQL database???

Please help...

Dennis
 
I have found it. It is not possible. MySQL is a RDBMS and not a ORDBMS. For this you need Oracle 9i or Cloudscape.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top