Vasudevan Gopalan

Ranch Hand
+ Follow
since Aug 29, 2003
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 Vasudevan Gopalan

Is DBCP Connection Pooling works fine. If so i can use that.
It is there in Shared/lib folder of tomcat and also in classpath
Hi,
I am using Tomcat 4.1.29,Oracle 8.1.7 and Oracle 9i JDBC Driver. I am using DBPool for Connection Pooling I have put the DBPool.jar file in Shared/lib directory of Tomcat. I have also set the classpath for the JAR File pointing to this lib folder.When i restart the Tomcat my application(With Connection Pooling) is not running.After restarting the Tomcat i change by code without connection pooling it works.Now if i revert back the code again (with connection pooling) it works.Problem arises again after restarting the Tomcat.It also gives me "Driver Not found" error .
Help me on this.

Regards,
Vasu
I am facing similar type of problem.I am using oracle 9i jdbc driver.Please do help me ASAP.
Regards,
Vasu
[ May 11, 2004: Message edited by: Vasudevan Gopalan ]
Hi jeanne,
This is the update query i am using .

Regards
Vasu
Please help me on this problem...
Regards
Vasu
Hi all,
I have a table which contains email address.I am fetching email address in a while loop .I need to convert the data getting from table into InternetAddress array.How can i do this.
regards
Vasu
19 years ago
Hi all,
Will it improve the performace of JVM by Setting the object to NULL explicitly if we are not using it.
Regards
Vasu
19 years ago
Hi all,
Any body knows about this problem...
Regards
Vasu
Hi jon,

Thanks for suggestion but i already tried all the things before posting the qusetion in forum. I hardcoded some value in prepared statement but still it inserts some junk values into table. As i said earlier i even tried printing the value i am passing it and it returns the correct value. Problem is that prepared statement is not setting the correct value. I am facing similar type of problem in more than one screens in my project.Intresting thing is that prepared statement for same table is working perfectly for insert statements but it is not working for update statements.

Regards
Vasu
Hi all,
Someone help me to solve this problem.
Regards
Vasu
Hi all,
I am using oracle 8.1.7 and oracle 9i jdbc driver.I am inserting multiple records using prepared statement.I gave auto commit false and i am iterating each record and setting value using prepared statement and calling execute update.Finally after the end of the loop i am doing commit and made setAutoCommit(true).But it is inserting junk values for a particular column in the database. The code is given below

Regards
Vasu
I copied the jsp and classes which was there previously in tomcat to new folder and tried deploying it thru weblogic builder. I am using weblogic 8/1 SP1. When i try to deploy i am getting the following error.



Help me on this....

Vasu
19 years ago
Hi,
I tried to replace the single Codes with BackSlash and singleQuotes but it is not replacing

I tried giving two backslashes also but still it is not replacing.

Regards
Vasu
19 years ago