This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes about JDBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "about JDBC" Watch "about JDBC" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: about JDBC