dennisGuru
Programmer
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
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