This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes how to store object in a table Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to store object in a table" Watch "how to store object in a table" New topic
Author

how to store object in a table

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
How can we store the objects in SQL Server7.0 database.
what datatype will take the objects?I am trying to store the JAVA Objects in the table.But it is Raising Exception.
I have used image datatype to store thae objects.This is storing only Sting objects.
please help me out?
------------------
KASI VISHWANATH
Ranch Hand

Joined: Aug 06, 2000
Posts: 60
Use BLOB for it
------------------
I.K.VISHWANATH


I.K.VISHWANATH
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to store object in a table
 
Similar Threads
ByteArray converted to a String to store in database
Doubt in long datatype
Date datatype in Java
Store Object in Database
Storing objects in cookies