The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
November 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Storing Objects

Posted by Rakesh on December 01, 2000 at 4:55 AM

> At the risk of sounding really ignorant, can you store Java objects in SQLServer which is not really an object-oriented db? Don't you have to get the attributes of the object and explictely store them in their specific datatype?

> Raji

>
> > 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 (such as vector) 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?

Hi,
One can store the object in oracle wit the help of BLOB (binary large object) data type.
rakesh



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us