abhi

Greenhorn
+ Follow
since Dec 27, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by abhi

Hi friends,
Fine. Please any one could explain the major diffences between Servlets and JSP. And which is faster in execution.
Thanks.
23 years ago
Hi friends,
Well. I have been using Oracle8 in my project. Till now i have not used the data objects in Oracle. If i retrieved the data object using SQL query from Oracle8 database...ofcourse it will be received into my servlets as Resultset. How can i extract the member variables of this oracle data object. Please help it out.
Thanks .
Can you be specific and show us the exact data type in Oracle.
If it's a blob field, use ResultSet.getBlob().
If it's a JAVA data object, use ResultSet.getObject().
-Peter
Hi Peter,
Thanks. Sorry for the delay in interacting with you for further owing to bit busy. My exact doubt is that,
In Oracle8,
Suppose i have stored the data as object called "Address" in "EMP" table,ofcourse "EMP" table also contains some primitive type fields.
An object "Address" includes its member vars,
House No (varchar(15)),
Street (varchar(20).
By excuting the following query using JDBC,
"Select Address from EMP" i got the ResultSet. Then how can i extract the "Address" object and its subfields(i.e "House No" and "Street")from ResultSet.
Hope you got my doubt. Please explain.
Venu.



[This message has been edited by venugopal naradas (edited January 13, 2001).]
Hi friends,
How can i create EXE file in java(like setup icon kind of thing)...so that by clicking that i can run my application.
Thanks.
23 years ago
Hi friends,
Fine. I would like to start learning about Weblogic. Please you could suggest the site from which i can download the enough material.
Thanks.
Venu.