| Author |
about JDBC
|
suhail quadri
Greenhorn
Joined: Sep 07, 2005
Posts: 1
|
|
|
can java objects stored in database?how?
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
If the database supports binary objects (BLOB), then usually, yes. And I'll move this over to the JDBC forum where those members can help you learn how.
|
 |
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
|
|
|
Yes, you just need to serialize them, which basicaly means they must implement Serializable interface.
|
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
|
 |
 |
|
|
subject: about JDBC
|
|
|