Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java/stored procedure

Status
Not open for further replies.

raji96

Programmer
Joined
Aug 7, 2001
Messages
64
Location
US
Hello,


how can i return a java object from the stored procedure?
 
What do u mean by Java Object
Please explain.
Shyam
 
Perhaps you might want to do a search on Java Stored Procedures.
 
You could store a serialized version of your object in the database. Retrieve the String, unserialize it and go on about your business. Or you can look into some of the new fangled OO databases. Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top