asnmurthy

Greenhorn
+ Follow
since Aug 01, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by asnmurthy

try run like this
java -DsocksProxyHost=<Your Proxy IP address> <your program name>

Regards,
Murthy
19 years ago
Hi James J Xu,
I congratulate for your Success in the SCEA exam.

Could you please share your assginment with all the documetns that you submitted to Sun so that we also get some idea on the same. I am also appearing for the same.
My email address is [email protected], [email protected]

If the size of the documents is bigger then you can split and send in different mails. and also the list of book names that you referred during thee whole certification.

Thanks in Advance,
Murthy
Hi,
I am using weblogic 7.0 portal and integration servers. In my portal page there are many portlets for user data entry.
suppose if any portlet is minimized, while submitting the form, I can not validate or submit (post) that portlet data. Any work around for this?
This is urgent. Please let me know if any one faced the same problem and resolved.
Thanks & Regards,
Murthy
Email: [email protected]
21 years ago
YEs, there is another way to do this also. Your method is perfect. But when the session is timedout then and if you are doing some transaction in the databse, you may not store the proper data in the database. For this purpose use HttpSessionBindingListener to wrap yoour connection object wqith the session. Whenever the session is timed out then your corresponding ValueUnbound method will be called in which you can roll back or whatever you want to do , you can do it before rollingback or doing some stuff.
Hope this answerrs your question.
Regards,
Murthy
[email protected]
------------------
Thanks & Regards,
Murthy
Hi, if you are bale to connect to the other databases from your machine using sqlplus, then you should be able to connect to those databases by crating a DSN in using ODBC datasources in control panel. If you can send me your code, I can solve your problem. I think the URL which you gave, is not in the proper format.
if you are going to use jdbc dbc bridge, then the syntax would be like this.
Connection con = DriverManager.getconnection("jdbc dbc:yourdatasourcename","userid","password");
I hope this would help you otherwise send me an email to
[email protected]
Regards,
Murthy
Yeah you can do this by formatting the date like this.
select * from your_table_name
where birth_date = to_char(sysdate,'yyyy.mm.dd');
Hope this works fine for your query.
Thanks & Regards,
Murthy
[email protected]
------------------
Thanks & Regards,
Murthy
Hi Could you please send me your code in mail to my email address?
Regards,
Murthy
[email protected]
------------------
Thanks & Regards,
Murthy