naidu gulla

Greenhorn
+ Follow
since Jul 19, 2006
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 naidu gulla

did u get proper answer?
17 years ago
type 4 is nothing but thin driver
ifyou use oracle
the same procedure difference use
u have to use the following driver
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:orcl","scott","tiger");


ok any questions u can
The main difference is Enumerator does not provide a standard method for
for removing tehe objects.
Iterator has provided method for removing the objects.
17 years ago
hi ganna,
did u get it what i am saying otherwise i will give an example.
hi ganna,
i understood ur query.
r u using which technology.
if it is struts go for select and map the requricred resouce in the action.
throught that u can get it.
hi javaranchers,
i would like to know the disadvantages of storedprocedures.
thanks in advance
hi javaranchers,
the problem may with web.xml file .
pls check it carefully definitely u will get it.
17 years ago
thanku verymuch
i need some example can u give it.
thanks in advance
otherwise just show me some programming part afterwards i will resolve that issue.
i am not getting u properly.can u briefly describe it
IllegalStateException is generated when we flush the response before doing a redirect
17 years ago
hi
connection pool is nothing but a set of precreated connections.
for creating connection on each object it will take some amount of time to avoid that we will use connection polling.
we will create this pooling by datasource in weblogic server.
in weblogic server there is option is there in that we will give the drivername and username and password and pool size.throught that we can cop this
at which application Blob and Clob will be used.just i need some example
thanks in advance
yes the above answer will mathc u exatly
17 years ago
JSP