Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Storing a Java Object into an Oracle DB
Hi
My appologies if my question is stupid but I really need help:
How can I store a Java Object in an Oracle Database.
I have A Table with a raw column.
I have a common Java Object
public class TRY extends implements Serializable
{
...
...
public boolean Check () { return true; } }
I want to store this Object in my Raw field.
How can I do this.
I tried the "serializable" but I'm stuck with errors I dont even
understand.
THX.
Y-
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Jul 28 1999 - 08:33:06 CDT
![]() |
![]() |